Html Css Color HEX #3E6DBD Steel Blue

📋 copy color: '#3E6DBD'

red 62 ◦ green 109 ◦ blue 189

#3E6DBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #3E6DBD

Tints of Steel Blue #3E6DBD

RGB

 RED value IS 62 (24.61% from 255) = 17.22%

 GREEN value IS 109 (42.97% from 255) = 30.28%

 BLUE value IS 189 (74.22% from 255) = 52.5%

R = 17.22%
G = 30.28%
B = 52.5%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3E6DBD (or 0x3E6DBD) is known color: Steel Blue. HEX triplet: 3E, 6D and BD. RGB value is (62,109,189). Sum of RGB (Red+Green+Blue) = 62+109+189=360 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.22% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 189 (74.22% from 255 or 52.5% from 360); Max value from RGB is 189 - color contains mainly: blue. Hex color #3E6DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3E6DBD is #C19242. Grayscale: #676767. Windows color (decimal): -12685891 or 12414270. OLE color: 12414270.

HSL color Cylindrical-coordinate representation of color #3E6DBD: hue angle of 217.8º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3E6DBD is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 62 109 189 -
CMYK 0.67 0.42 0 0.26
HSL 217.8º 0.51% 0.49% -
HSV(B) 217.8º 0.67% 0.74% -
XYZ 16.64 15.64 50.29 -
YUV 104.07 175.93 98 -
System Red Green Blue C M Y K H S L
Decimal 62 109 189 0.67 0.42 0 0.26 217.8 0.51 0.49
Hex 3E 6D BD 43 2A 0 1A DA 33 31
Octal 76 155 275 103 52 0 32 332 63 61
Binary 111110 1101101 10111101 1000011 101010 0 11010 11011010 110011 110001

Color Harmonies of #3E6DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6DBD

Black with #3E6DBD

Text Example


Text Example

White with #3E6DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E6DBD; }

 p { color: rgb(62,109,189); }

 H1.HeaderClassName
 {
   color: #3E6DBD;
 }
 .AnyTagClassName
 {
   color: #3E6DBD;
 }
</style>

background-color css

<style>
 a { background-color: #3E6DBD; }

 a { background-color: rgb(62,109,189); }

 div.DivClassName
 {
   background-color: #3E6DBD;
 }
 .BgClassName
 {
   background-color: #3E6DBD;
 }
</style>

border-color css

<style>
 span { border-color: #3E6DBD; }

 span { border-color: rgb(62,109,189); }

 td.TdClassName
 {
   border-color: #3E6DBD;
 }
 .TagClassName
 {
   border-color: #3E6DBD;
 }
</style>