#3E7FAF

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

Shades of Steel Blue #3E7FAF

Tints of Steel Blue #3E7FAF

Color information

#3E7FAF (or 0x3E7FAF) is unknown color: approx Steel Blue. HEX triplet: 3E, 7F and AF. RGB value is (62,127,175). Sum of RGB (Red+Green+Blue) = 62+127+175=364 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.03% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E7FAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7FAF is #C18050. Grayscale: #707070. Windows color (decimal): -12681297 or 11501374. OLE color: 11501374.

HSL color Cylindrical-coordinate representation of color #3E7FAF: hue angle of 205.49º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E7FAF is Cyan = 0.65, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB62127175-
CMYK0.650.2700.31
HSL205.49º47.68%46.47%-
HSV(B)205.49º64.57%68.63%-
XYZ17.3119.343.37-
YUV113.04162.9791.6-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.03%
GREEN value IS 127 (50% from 255) = 34.89%
BLUE value IS 175 (68.75% from 255) = 48.08%
R=17.03%
G=34.89%
B=48.08%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal621271750.650.2700.31205.4947.6846.47
Hex3E7FAF411B01Fcd302e
Octal76177257101330373156056
Binary11111011111111010111110000011101101111111001101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,127,175); }

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

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

 a { background-color: rgb(62,127,175); }

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

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

 span { border-color: rgb(62,127,175); }

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