#3f73af

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

Shades of Steel Blue #3F73AF

Tints of Steel Blue #3F73AF

Color information

#3F73AF (or 0x3F73AF) is unknown color: approx Steel Blue. HEX triplet: 3F, 73 and AF. RGB value is (63,115,175). Sum of RGB (Red+Green+Blue) = 63+115+175=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 175 (68.75% from 255 or 49.58% from 353); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F73AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F73AF is #C08C50. Grayscale: #6A6A6A. Windows color (decimal): -12618833 or 11498303. OLE color: 11498303.

HSL color Cylindrical-coordinate representation of color #3F73AF: hue angle of 212.14º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F73AF is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB63115175-
CMYK0.640.3400.31
HSL212.14º47.06%46.67%-
HSV(B)212.14º64%68.63%-
XYZ15.9216.4142.89-
YUV106.29166.7797.12-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.85%
GREEN value IS 115 (45.31% from 255) = 32.58%
BLUE value IS 175 (68.75% from 255) = 49.58%
R=17.85%
G=32.58%
B=49.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal631151750.640.3400.31212.1447.0646.67
Hex3F73AF402201Fd42f2f
Octal77163257100420373245757
Binary111111111001110101111100000010001001111111010100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3f73af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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