Html Css Color HEX #396DB8 Steel Blue

📋 copy color: '#396DB8'

red 57 ◦ green 109 ◦ blue 184

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

Shades of Steel Blue #396DB8

Tints of Steel Blue #396DB8

RGB

 RED value IS 57 (22.66% from 255) = 16.29%

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

 BLUE value IS 184 (72.27% from 255) = 52.57%

R = 16.29%
G = 31.14%
B = 52.57%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#396DB8 (or 0x396DB8) is known color: Steel Blue. HEX triplet: 39, 6D and B8. RGB value is (57,109,184). Sum of RGB (Red+Green+Blue) = 57+109+184=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 184 (72.27% from 255 or 52.57% from 350); Max value from RGB is 184 - color contains mainly: blue. Hex color #396DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396DB8 is #C69247. Grayscale: #656565. Windows color (decimal): -13013576 or 12086585. OLE color: 12086585.

HSL color Cylindrical-coordinate representation of color #396DB8: hue angle of 215.43º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #396DB8 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 57 109 184 -
CMYK 0.69 0.41 0 0.28
HSL 215.43º 0.53% 0.47% -
HSV(B) 215.43º 0.69% 0.72% -
XYZ 15.81 15.27 47.46 -
YUV 102 174.27 95.9 -
System Red Green Blue C M Y K H S L
Decimal 57 109 184 0.69 0.41 0 0.28 215.43 0.53 0.47
Hex 39 6D B8 45 29 0 1C D7 35 2F
Octal 71 155 270 105 51 0 34 327 65 57
Binary 111001 1101101 10111000 1000101 101001 0 11100 11010111 110101 101111

Color Harmonies of #396DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396DB8

Black with #396DB8

Text Example


Text Example

White with #396DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396DB8; }

 p { color: rgb(57,109,184); }

 H1.HeaderClassName
 {
   color: #396DB8;
 }
 .AnyTagClassName
 {
   color: #396DB8;
 }
</style>

background-color css

<style>
 a { background-color: #396DB8; }

 a { background-color: rgb(57,109,184); }

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

border-color css

<style>
 span { border-color: #396DB8; }

 span { border-color: rgb(57,109,184); }

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