#3F80AB

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

Shades of Steel Blue #3F80AB

Tints of Steel Blue #3F80AB

Color information

#3F80AB (or 0x3F80AB) is unknown color: approx Steel Blue. HEX triplet: 3F, 80 and AB. RGB value is (63,128,171). Sum of RGB (Red+Green+Blue) = 63+128+171=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 128 (50.39% from 255 or 35.36% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F80AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F80AB is #C07F54. Grayscale: #717171. Windows color (decimal): -12615509 or 11239487. OLE color: 11239487.

HSL color Cylindrical-coordinate representation of color #3F80AB: hue angle of 203.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F80AB is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB63128171-
CMYK0.630.2500.33
HSL203.89º46.15%45.88%-
HSV(B)203.89º63.16%67.06%-
XYZ17.1219.4441.38-
YUV113.47160.4792-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.40%
GREEN value IS 128 (50.39% from 255) = 35.36%
BLUE value IS 171 (67.19% from 255) = 47.24%
R=17.40%
G=35.36%
B=47.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631281710.630.2500.33203.8946.1545.88
Hex3F80AB3F19021cc2e2e
Octal7720025377310413145656
Binary111111100000001010101111111111001010000111001100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F80AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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