#3F80A9

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

Shades of Steel Blue #3F80A9

Tints of Steel Blue #3F80A9

Color information

#3F80A9 (or 0x3F80A9) is unknown color: approx Steel Blue. HEX triplet: 3F, 80 and A9. RGB value is (63,128,169). Sum of RGB (Red+Green+Blue) = 63+128+169=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 169 (66.41% from 255 or 46.94% from 360); Max value from RGB is 169 - color contains mainly: blue. Hex color #3F80A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F80A9 is #C07F56. Grayscale: #717171. Windows color (decimal): -12615511 or 11108415. OLE color: 11108415.

HSL color Cylindrical-coordinate representation of color #3F80A9: hue angle of 203.21º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F80A9 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB63128169-
CMYK0.630.2400.34
HSL203.21º45.69%45.49%-
HSV(B)203.21º62.72%66.27%-
XYZ16.9319.3640.38-
YUV113.24159.4792.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.5%
GREEN value IS 128 (50.39% from 255) = 35.56%
BLUE value IS 169 (66.41% from 255) = 46.94%
R=17.5%
G=35.56%
B=46.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal631281690.630.2400.34203.2145.6945.49
Hex3F80A93F18022cb2e2d
Octal7720025177300423135655
Binary111111100000001010100111111111000010001011001011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F80A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F80A9; }

 p { color: rgb(63,128,169); }

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

<style>
 a { background-color: #3F80A9; }

 a { background-color: rgb(63,128,169); }

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

<style>
 span { border-color: #3F80A9; }

 span { border-color: rgb(63,128,169); }

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