#396EBC

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

Shades of Steel Blue #396EBC

Tints of Steel Blue #396EBC

Color information

#396EBC (or 0x396EBC) is unknown color: approx Steel Blue. HEX triplet: 39, 6E and BC. RGB value is (57,110,188). Sum of RGB (Red+Green+Blue) = 57+110+188=355 (47% of max value = 765). Red value is 57 (22.66% from 255 or 16.06% from 355); Green value is 110 (43.36% from 255 or 30.99% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #396EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396EBC is #C69143. Grayscale: #666666. Windows color (decimal): -13013316 or 12348985. OLE color: 12348985.

HSL color Cylindrical-coordinate representation of color #396EBC: hue angle of 215.73º degrees, saturation: 0.53, 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 #396EBC is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB57110188-
CMYK0.700.4100.26
HSL215.73º53.47%48.04%-
HSV(B)215.73º69.68%73.73%-
XYZ16.3415.6549.74-
YUV103.04175.9495.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.06%
GREEN value IS 110 (43.36% from 255) = 30.99%
BLUE value IS 188 (73.83% from 255) = 52.96%
R=16.06%
G=30.99%
B=52.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal571101880.700.4100.26215.7353.4748.04
Hex396EBC462901Ad83530
Octal71156274106510323306560
Binary111001110111010111100100011010100101101011011000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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