#3F73AE

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

Shades of Steel Blue #3F73AE

Tints of Steel Blue #3F73AE

Color information

#3F73AE (or 0x3F73AE) is unknown color: approx Steel Blue. HEX triplet: 3F, 73 and AE. RGB value is (63,115,174). Sum of RGB (Red+Green+Blue) = 63+115+174=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F73AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F73AE is #C08C51. Grayscale: #696969. Windows color (decimal): -12618834 or 11432767. OLE color: 11432767.

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

Color convert

RGB63115174-
CMYK0.640.3400.32
HSL211.89º46.84%46.47%-
HSV(B)211.89º63.79%68.24%-
XYZ15.8216.3742.37-
YUV106.18166.2797.2-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.90%
GREEN value IS 115 (45.31% from 255) = 32.67%
BLUE value IS 174 (68.36% from 255) = 49.43%
R=17.90%
G=32.67%
B=49.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal631151740.640.3400.32211.8946.8446.47
Hex3F73AE4022020d42f2e
Octal77163256100420403245756
Binary1111111110011101011101000000100010010000011010100101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F73AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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