#3F7DA8

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

Shades of Steel Blue #3F7DA8

Tints of Steel Blue #3F7DA8

Color information

#3F7DA8 (or 0x3F7DA8) is unknown color: approx Steel Blue. HEX triplet: 3F, 7D and A8. RGB value is (63,125,168). Sum of RGB (Red+Green+Blue) = 63+125+168=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 168 (66.02% from 255 or 47.19% from 356); Max value from RGB is 168 - color contains mainly: blue. Hex color #3F7DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3F7DA8 is #C08257. Grayscale: #6F6F6F. Windows color (decimal): -12616280 or 11042111. OLE color: 11042111.

HSL color Cylindrical-coordinate representation of color #3F7DA8: hue angle of 204.57º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F7DA8 is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB63125168-
CMYK0.630.2600.34
HSL204.57º45.45%45.29%-
HSV(B)204.57º62.5%65.88%-
XYZ16.4518.5539.76-
YUV111.36159.9693.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.70%
GREEN value IS 125 (49.22% from 255) = 35.11%
BLUE value IS 168 (66.02% from 255) = 47.19%
R=17.70%
G=35.11%
B=47.19%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal631251680.630.2600.34204.5745.4545.29
Hex3F7DA83F1A022cd2d2d
Octal7717525077320423155555
Binary11111111111011010100011111111010010001011001101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F7DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,125,168); }

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

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

 a { background-color: rgb(63,125,168); }

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

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

 span { border-color: rgb(63,125,168); }

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