Html Css Color HEX #396CBA Steel Blue

📋 copy color: '#396CBA'

red 57 ◦ green 108 ◦ blue 186

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

Shades of Steel Blue #396CBA

Tints of Steel Blue #396CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.77%

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 16.24%
G = 30.77%
B = 52.99%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#396CBA (or 0x396CBA) is known color: Steel Blue. HEX triplet: 39, 6C and BA. RGB value is (57,108,186). Sum of RGB (Red+Green+Blue) = 57+108+186=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #396CBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #396CBA is #C69345. Grayscale: #656565. Windows color (decimal): -13013830 or 12217401. OLE color: 12217401.

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

Color convert

RGB 57 108 186 -
CMYK 0.69 0.42 0 0.27
HSL 216.28º 0.53% 0.48% -
HSV(B) 216.28º 0.69% 0.73% -
XYZ 15.91 15.14 48.54 -
YUV 101.64 175.6 96.16 -
System Red Green Blue C M Y K H S L
Decimal 57 108 186 0.69 0.42 0 0.27 216.28 0.53 0.48
Hex 39 6C BA 45 2A 0 1B D8 35 30
Octal 71 154 272 105 52 0 33 330 65 60
Binary 111001 1101100 10111010 1000101 101010 0 11011 11011000 110101 110000

Color Harmonies of #396CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396CBA

Black with #396CBA

Text Example


Text Example

White with #396CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,108,186); }

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

background-color css

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

 a { background-color: rgb(57,108,186); }

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

border-color css

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

 span { border-color: rgb(57,108,186); }

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