#3976AF

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

Shades of Steel Blue #3976AF

Tints of Steel Blue #3976AF

Color information

#3976AF (or 0x3976AF) is unknown color: approx Steel Blue. HEX triplet: 39, 76 and AF. RGB value is (57,118,175). Sum of RGB (Red+Green+Blue) = 57+118+175=350 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.29% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 175 (68.75% from 255 or 50% from 350); Max value from RGB is 175 - color contains mainly: blue. Hex color #3976AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3976AF is #C68950. Grayscale: #696969. Windows color (decimal): -13011281 or 11499065. OLE color: 11499065.

HSL color Cylindrical-coordinate representation of color #3976AF: hue angle of 208.98º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3976AF is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB57118175-
CMYK0.670.3300.31
HSL208.98º50.86%45.49%-
HSV(B)208.98º67.43%68.63%-
XYZ15.916.9242.99-
YUV106.26166.7992.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.29%
GREEN value IS 118 (46.48% from 255) = 33.71%
BLUE value IS 175 (68.75% from 255) = 50%
R=16.29%
G=33.71%
B=50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal571181750.670.3300.31208.9850.8645.49
Hex3976AF432101Fd1332d
Octal71166257103410373216355
Binary111001111011010101111100001110000101111111010001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3976AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3976AF; }

 p { color: rgb(57,118,175); }

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

<style>
 a { background-color: #3976AF; }

 a { background-color: rgb(57,118,175); }

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

<style>
 span { border-color: #3976AF; }

 span { border-color: rgb(57,118,175); }

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