#3F79AE

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

Shades of Steel Blue #3F79AE

Tints of Steel Blue #3F79AE

Color information

#3F79AE (or 0x3F79AE) is unknown color: approx Steel Blue. HEX triplet: 3F, 79 and AE. RGB value is (63,121,174). Sum of RGB (Red+Green+Blue) = 63+121+174=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #3F79AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F79AE is #C08651. Grayscale: #6D6D6D. Windows color (decimal): -12617298 or 11434303. OLE color: 11434303.

HSL color Cylindrical-coordinate representation of color #3F79AE: hue angle of 208.65º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3F79AE is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB63121174-
CMYK0.640.3000.32
HSL208.65º46.84%46.47%-
HSV(B)208.65º63.79%68.24%-
XYZ16.5317.7942.61-
YUV109.7164.2894.69-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.60%
GREEN value IS 121 (47.66% from 255) = 33.80%
BLUE value IS 174 (68.36% from 255) = 48.60%
R=17.60%
G=33.80%
B=48.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal631211740.640.3000.32208.6546.8446.47
Hex3F79AE401E020d12f2e
Octal77171256100360403215756
Binary111111111100110101110100000011110010000011010001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F79AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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