Hex #358dc1 Color

#358dc1
equivalent to

RGB

(53, 141, 193)

Details of #358dc1

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
53
20.6187
0.56
0.73
55.7426
23.6569
202°
48.6384
141
23.6569
0.57
0.27
-8.8047
0.2100
73°
-9.4473
193
53.9316
0.48
0.00   0.24
-34.5488
0.2409
76°
-31.6721

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
110101
65
53
35
Green
10001101
215
141
8D
Blue
11000001
301
193
C1

RGB in % of #358dc1

%13.70
%36.43
%49.87

CMYK in % of #358dc1

%73
%27
%0
%24

Triads of color #358dc1

#358dc1 #8dc135 #c135c1

Similar Colors to #358dc1

#358dc1 #35c1af #3547c1

Preview Color #358dc1 on black ground

#358dc1 is very interesting for text.

Preview Color #358dc1 on white ground

#358dc1 is very interesting for text.

CSS Codes #358dc1 color

.mybgcolor {background-color:#358dc1; }
.myforecolor {color:#358dc1; }
.mybordercolor {border:3px solid #358dc1; }

Text Font Color #358dc1

<p style="color:#358dc1">Text here</p>

This sample text font color is #358dc1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #358dc1

<div style="background-color:#358dc1">
Div content here</div>

This div background color is #358dc1


Border Color #358dc1

<div style="border:3px solid #358dc1">
Div here</div>

The color of this border is #358dc1


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #358dc1; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #358dc1;
-webkit-box-shadow: 1px 1px 3px 2px #358dc1;
box-shadow:         1px 1px 3px 2px #358dc1; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #358dc1">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #358dc1;
  -webkit-box-shadow: 1px 1px 3px 2px #358dc1;
  box-shadow:         1px 1px 3px 2px #358dc1;">
Div content here</div>

The shadow of div box using color #358dc1