#3F79A9

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

Shades of Steel Blue #3F79A9

Tints of Steel Blue #3F79A9

Color information

#3F79A9 (or 0x3F79A9) is unknown color: approx Steel Blue. HEX triplet: 3F, 79 and A9. RGB value is (63,121,169). Sum of RGB (Red+Green+Blue) = 63+121+169=353 (46% of max value = 765). Red value is 63 (25% from 255 or 17.85% from 353); Green value is 121 (47.66% from 255 or 34.28% from 353); Blue value is 169 (66.41% from 255 or 47.88% from 353); Max value from RGB is 169 - color contains mainly: blue. Hex color #3F79A9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F79A9 is #C08656. Grayscale: #6C6C6C. Windows color (decimal): -12617303 or 11106623. OLE color: 11106623.

HSL color Cylindrical-coordinate representation of color #3F79A9: hue angle of 207.17º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F79A9 is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB63121169-
CMYK0.630.2800.34
HSL207.17º45.69%45.49%-
HSV(B)207.17º62.72%66.27%-
XYZ16.0517.640.09-
YUV109.13161.7895.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.85%
GREEN value IS 121 (47.66% from 255) = 34.28%
BLUE value IS 169 (66.41% from 255) = 47.88%
R=17.85%
G=34.28%
B=47.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal631211690.630.2800.34207.1745.6945.49
Hex3F79A93F1C022cf2e2d
Octal7717125177340423175655
Binary11111111110011010100111111111100010001011001111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F79A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,121,169); }

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

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

 a { background-color: rgb(63,121,169); }

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

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

 span { border-color: rgb(63,121,169); }

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