#3976B0

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

Shades of Steel Blue #3976B0

Tints of Steel Blue #3976B0

Color information

#3976B0 (or 0x3976B0) is unknown color: approx Steel Blue. HEX triplet: 39, 76 and B0. RGB value is (57,118,176). Sum of RGB (Red+Green+Blue) = 57+118+176=351 (46% of max value = 765). Red value is 57 (22.66% from 255 or 16.24% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 176 (69.14% from 255 or 50.14% from 351); Max value from RGB is 176 - color contains mainly: blue. Hex color #3976B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3976B0 is #C6894F. Grayscale: #6A6A6A. Windows color (decimal): -13011280 or 11564601. OLE color: 11564601.

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

Color convert

RGB57118176-
CMYK0.680.3300.31
HSL209.24º51.07%45.69%-
HSV(B)209.24º67.61%69.02%-
XYZ1616.9643.5-
YUV106.37167.2992.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.24%
GREEN value IS 118 (46.48% from 255) = 33.62%
BLUE value IS 176 (69.14% from 255) = 50.14%
R=16.24%
G=33.62%
B=50.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal571181760.680.3300.31209.2451.0745.69
Hex3976B0442101Fd1332e
Octal71166260104410373216356
Binary111001111011010110000100010010000101111111010001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3976B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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