#3F79A6

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

Shades of Steel Blue #3F79A6

Tints of Steel Blue #3F79A6

Color information

#3F79A6 (or 0x3F79A6) is unknown color: approx Steel Blue. HEX triplet: 3F, 79 and A6. RGB value is (63,121,166). Sum of RGB (Red+Green+Blue) = 63+121+166=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 121 (47.66% from 255 or 34.57% from 350); Blue value is 166 (65.23% from 255 or 47.43% from 350); Max value from RGB is 166 - color contains mainly: blue. Hex color #3F79A6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F79A6 is #C08659. Grayscale: #6C6C6C. Windows color (decimal): -12617306 or 10910015. OLE color: 10910015.

HSL color Cylindrical-coordinate representation of color #3F79A6: hue angle of 206.21º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F79A6 is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB63121166-
CMYK0.620.2700.35
HSL206.21º44.98%44.9%-
HSV(B)206.21º62.05%65.1%-
XYZ15.7717.4838.62-
YUV108.79160.2895.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18%
GREEN value IS 121 (47.66% from 255) = 34.57%
BLUE value IS 166 (65.23% from 255) = 47.43%
R=18%
G=34.57%
B=47.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal631211660.620.2700.35206.2144.9844.9
Hex3F79A63E1B023ce2d2d
Octal7717124676330433165555
Binary11111111110011010011011111011011010001111001110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F79A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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