#396DBE

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

Shades of Steel Blue #396DBE

Tints of Steel Blue #396DBE

Color information

#396DBE (or 0x396DBE) is unknown color: approx Steel Blue. HEX triplet: 39, 6D and BE. RGB value is (57,109,190). Sum of RGB (Red+Green+Blue) = 57+109+190=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #396DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396DBE is #C69241. Grayscale: #666666. Windows color (decimal): -13013570 or 12479801. OLE color: 12479801.

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

Color convert

RGB57109190-
CMYK0.70.4300.25
HSL216.54º53.85%48.43%-
HSV(B)216.54º70%74.51%-
XYZ16.4515.5250.84-
YUV102.69177.2795.41-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.01%
GREEN value IS 109 (42.97% from 255) = 30.62%
BLUE value IS 190 (74.61% from 255) = 53.37%
R=16.01%
G=30.62%
B=53.37%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal571091900.70.4300.25216.5453.8548.43
Hex396DBE462B019d93630
Octal71155276106530313316660
Binary111001110110110111110100011010101101100111011001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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