#396EBD

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

Shades of Steel Blue #396EBD

Tints of Steel Blue #396EBD

Color information

#396EBD (or 0x396EBD) is unknown color: approx Steel Blue. HEX triplet: 39, 6E and BD. RGB value is (57,110,189). Sum of RGB (Red+Green+Blue) = 57+110+189=356 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.01% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #396EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396EBD is #C69142. Grayscale: #666666. Windows color (decimal): -13013315 or 12414521. OLE color: 12414521.

HSL color Cylindrical-coordinate representation of color #396EBD: hue angle of 215.91º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #396EBD is Cyan = 0.70, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB57110189-
CMYK0.700.4200.26
HSL215.91º53.66%48.24%-
HSV(B)215.91º69.84%74.12%-
XYZ16.4515.750.31-
YUV103.16176.4495.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.01%
GREEN value IS 110 (43.36% from 255) = 30.90%
BLUE value IS 189 (74.22% from 255) = 53.09%
R=16.01%
G=30.90%
B=53.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal571101890.700.4200.26215.9153.6648.24
Hex396EBD462A01Ad83630
Octal71156275106520323306660
Binary111001110111010111101100011010101001101011011000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,110,189); }

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

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

 a { background-color: rgb(57,110,189); }

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

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

 span { border-color: rgb(57,110,189); }

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