#3F80AE

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

Shades of Steel Blue #3F80AE

Tints of Steel Blue #3F80AE

Color information

#3F80AE (or 0x3F80AE) is unknown color: approx Steel Blue. HEX triplet: 3F, 80 and AE. RGB value is (63,128,174). Sum of RGB (Red+Green+Blue) = 63+128+174=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 128 (50.39% from 255 or 35.07% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F80AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F80AE is #C07F51. Grayscale: #717171. Windows color (decimal): -12615506 or 11436095. OLE color: 11436095.

HSL color Cylindrical-coordinate representation of color #3F80AE: hue angle of 204.86º 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 #3F80AE is Cyan = 0.64, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB63128174-
CMYK0.640.2600.32
HSL204.86º46.84%46.47%-
HSV(B)204.86º63.79%68.24%-
XYZ17.4119.5542.9-
YUV113.81161.9791.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.26%
GREEN value IS 128 (50.39% from 255) = 35.07%
BLUE value IS 174 (68.36% from 255) = 47.67%
R=17.26%
G=35.07%
B=47.67%

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
Decimal631281740.640.2600.32204.8646.8446.47
Hex3F80AE401A020cd2f2e
Octal77200256100320403155756
Binary1111111000000010101110100000011010010000011001101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F80AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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