#396EBE

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

Shades of Steel Blue #396EBE

Tints of Steel Blue #396EBE

Color information

#396EBE (or 0x396EBE) is unknown color: approx Steel Blue. HEX triplet: 39, 6E and BE. RGB value is (57,110,190). Sum of RGB (Red+Green+Blue) = 57+110+190=357 (47% of max value = 765). Red value is 57 (22.66% from 255 or 15.97% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #396EBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396EBE is #C69141. Grayscale: #666666. Windows color (decimal): -13013314 or 12480057. OLE color: 12480057.

HSL color Cylindrical-coordinate representation of color #396EBE: hue angle of 216.09º 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 #396EBE is Cyan = 0.7, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB57110190-
CMYK0.70.4200.25
HSL216.09º53.85%48.43%-
HSV(B)216.09º70%74.51%-
XYZ16.5615.7450.88-
YUV103.27176.9495-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 15.97%
GREEN value IS 110 (43.36% from 255) = 30.81%
BLUE value IS 190 (74.61% from 255) = 53.22%
R=15.97%
G=30.81%
B=53.22%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal571101900.70.4200.25216.0953.8548.43
Hex396EBE462A019d83630
Octal71156276106520313306660
Binary111001110111010111110100011010101001100111011000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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