#3F80AD

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

Shades of Steel Blue #3F80AD

Tints of Steel Blue #3F80AD

Color information

#3F80AD (or 0x3F80AD) is unknown color: approx Steel Blue. HEX triplet: 3F, 80 and AD. RGB value is (63,128,173). Sum of RGB (Red+Green+Blue) = 63+128+173=364 (48% of max value = 765). Red value is 63 (25% from 255 or 17.31% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #3F80AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F80AD is #C07F52. Grayscale: #717171. Windows color (decimal): -12615507 or 11370559. OLE color: 11370559.

HSL color Cylindrical-coordinate representation of color #3F80AD: hue angle of 204.55º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F80AD is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB63128173-
CMYK0.640.2600.32
HSL204.55º46.61%46.27%-
HSV(B)204.55º63.58%67.84%-
XYZ17.3119.5142.39-
YUV113.7161.4791.84-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.31%
GREEN value IS 128 (50.39% from 255) = 35.16%
BLUE value IS 173 (67.97% from 255) = 47.53%
R=17.31%
G=35.16%
B=47.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal631281730.640.2600.32204.5546.6146.27
Hex3F80AD401A020cd2f2e
Octal77200255100320403155756
Binary1111111000000010101101100000011010010000011001101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F80AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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