#396DB8

Color #396DB8 Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #396DB8

Tints of Steel Blue #396DB8

Color information

#396DB8 (or 0x396DB8) is unknown color: approx 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

RGB57109184-
CMYK0.690.4100.28
HSL215.43º52.7%47.25%-
HSV(B)215.43º69.02%72.16%-
XYZ15.8115.2747.46-
YUV102174.2795.9-

RGB Variations

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

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 (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal571091840.690.4100.28215.4352.747.25
Hex396DB8452901Cd7352f
Octal71155270105510343276557
Binary111001110110110111000100010110100101110011010111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>