#3F79BC

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

Shades of Steel Blue #3F79BC

Tints of Steel Blue #3F79BC

Color information

#3F79BC (or 0x3F79BC) is unknown color: approx Steel Blue. HEX triplet: 3F, 79 and BC. RGB value is (63,121,188). Sum of RGB (Red+Green+Blue) = 63+121+188=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F79BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3F79BC is #C08643. Grayscale: #6E6E6E. Windows color (decimal): -12617284 or 12351807. OLE color: 12351807.

HSL color Cylindrical-coordinate representation of color #3F79BC: hue angle of 212.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3F79BC is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB63121188-
CMYK0.660.3600.26
HSL212.16º49.8%49.22%-
HSV(B)212.16º66.49%73.73%-
XYZ17.9618.3650.17-
YUV111.3171.2893.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.94%
GREEN value IS 121 (47.66% from 255) = 32.53%
BLUE value IS 188 (73.83% from 255) = 50.54%
R=16.94%
G=32.53%
B=50.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal631211880.660.3600.26212.1649.849.22
Hex3F79BC422401Ad43231
Octal77171274102440323246261
Binary111111111100110111100100001010010001101011010100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F79BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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