Html Css Color HEX #396DB9 Steel Blue

📋 copy color: '#396DB9'

red 57 ◦ green 109 ◦ blue 185

#396DB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #396DB9

Tints of Steel Blue #396DB9

RGB

 RED value IS 57 (22.66% from 255) = 16.24%

 GREEN value IS 109 (42.97% from 255) = 31.05%

 BLUE value IS 185 (72.66% from 255) = 52.71%

R = 16.24%
G = 31.05%
B = 52.71%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#396DB9 (or 0x396DB9) is known color: Steel Blue. HEX triplet: 39, 6D and B9. RGB value is (57,109,185). Sum of RGB (Red+Green+Blue) = 57+109+185=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 185 (72.66% from 255 or 52.71% from 351); Max value from RGB is 185 - color contains mainly: blue. Hex color #396DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396DB9 is #C69246. Grayscale: #656565. Windows color (decimal): -13013575 or 12152121. OLE color: 12152121.

HSL color Cylindrical-coordinate representation of color #396DB9: hue angle of 215.62º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #396DB9 is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 57 109 185 -
CMYK 0.69 0.41 0 0.27
HSL 215.63º 0.53% 0.47% -
HSV(B) 215.63º 0.69% 0.73% -
XYZ 15.91 15.31 48.02 -
YUV 102.12 174.77 95.82 -
System Red Green Blue C M Y K H S L
Decimal 57 109 185 0.69 0.41 0 0.27 215.63 0.53 0.47
Hex 39 6D B9 45 29 0 1B D8 35 2F
Octal 71 155 271 105 51 0 33 330 65 57
Binary 111001 1101101 10111001 1000101 101001 0 11011 11011000 110101 101111

Color Harmonies of #396DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396DB9

Black with #396DB9

Text Example


Text Example

White with #396DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #396DB9;
 }
 .AnyTagClassName
 {
   color: #396DB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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