#396DBF

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

Shades of Steel Blue #396DBF

Tints of Steel Blue #396DBF

Color information

#396DBF (or 0x396DBF) is unknown color: approx Steel Blue. HEX triplet: 39, 6D and BF. RGB value is (57,109,191). Sum of RGB (Red+Green+Blue) = 57+109+191=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 109 (42.97% from 255 or 30.53% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #396DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396DBF is #C69240. Grayscale: #666666. Windows color (decimal): -13013569 or 12545337. OLE color: 12545337.

HSL color Cylindrical-coordinate representation of color #396DBF: hue angle of 216.72º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #396DBF is Cyan = 0.70, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB57109191-
CMYK0.700.4300.25
HSL216.72º54.03%48.63%-
HSV(B)216.72º70.16%74.9%-
XYZ16.5615.5751.42-
YUV102.8177.7795.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.97%
GREEN value IS 109 (42.97% from 255) = 30.53%
BLUE value IS 191 (75% from 255) = 53.50%
R=15.97%
G=30.53%
B=53.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal571091910.700.4300.25216.7254.0348.63
Hex396DBF462B019d93631
Octal71155277106530313316661
Binary111001110110110111111100011010101101100111011001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #396DBF;
 }
 .AnyTagClassName
 {
   color: #396DBF;
 }
</style>
background-color css

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

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

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

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

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

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