#3F7AAF

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

Shades of Steel Blue #3F7AAF

Tints of Steel Blue #3F7AAF

Color information

#3F7AAF (or 0x3F7AAF) is unknown color: approx Steel Blue. HEX triplet: 3F, 7A and AF. RGB value is (63,122,175). Sum of RGB (Red+Green+Blue) = 63+122+175=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 122 (48.05% from 255 or 33.89% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F7AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7AAF is #C08550. Grayscale: #6E6E6E. Windows color (decimal): -12617041 or 11500095. OLE color: 11500095.

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

Color convert

RGB63122175-
CMYK0.640.3000.31
HSL208.39º47.06%46.67%-
HSV(B)208.39º64%68.63%-
XYZ16.7518.0743.16-
YUV110.4164.4594.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.5%
GREEN value IS 122 (48.05% from 255) = 33.89%
BLUE value IS 175 (68.75% from 255) = 48.61%
R=17.5%
G=33.89%
B=48.61%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal631221750.640.3000.31208.3947.0646.67
Hex3F7AAF401E01Fd02f2f
Octal77172257100360373205757
Binary11111111110101010111110000001111001111111010000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,122,175); }

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

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

 a { background-color: rgb(63,122,175); }

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

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

 span { border-color: rgb(63,122,175); }

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