#3F79BF

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

Shades of Steel Blue #3F79BF

Tints of Steel Blue #3F79BF

Color information

#3F79BF (or 0x3F79BF) is unknown color: approx Steel Blue. HEX triplet: 3F, 79 and BF. RGB value is (63,121,191). Sum of RGB (Red+Green+Blue) = 63+121+191=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #3F79BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F79BF is #C08640. Grayscale: #6F6F6F. Windows color (decimal): -12617281 or 12548415. OLE color: 12548415.

HSL color Cylindrical-coordinate representation of color #3F79BF: hue angle of 212.81º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F79BF is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB63121191-
CMYK0.670.3700.25
HSL212.81º50.39%49.8%-
HSV(B)212.81º67.02%74.9%-
XYZ18.2918.4951.9-
YUV111.64172.7893.31-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.8%
GREEN value IS 121 (47.66% from 255) = 32.27%
BLUE value IS 191 (75% from 255) = 50.93%
R=16.8%
G=32.27%
B=50.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal631211910.670.3700.25212.8150.3949.8
Hex3F79BF4325019d53232
Octal77171277103450313256262
Binary111111111100110111111100001110010101100111010101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F79BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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