#3E7AAF

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

Shades of Steel Blue #3E7AAF

Tints of Steel Blue #3E7AAF

Color information

#3E7AAF (or 0x3E7AAF) is unknown color: approx Steel Blue. HEX triplet: 3E, 7A and AF. RGB value is (62,122,175). Sum of RGB (Red+Green+Blue) = 62+122+175=359 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.27% from 359); Green value is 122 (48.05% from 255 or 33.98% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E7AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7AAF is #C18550. Grayscale: #6D6D6D. Windows color (decimal): -12682577 or 11500094. OLE color: 11500094.

HSL color Cylindrical-coordinate representation of color #3E7AAF: hue angle of 208.14º 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 #3E7AAF is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB62122175-
CMYK0.650.3000.31
HSL208.14º47.68%46.47%-
HSV(B)208.14º64.57%68.63%-
XYZ16.6818.0443.16-
YUV110.1164.6293.69-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.27%
GREEN value IS 122 (48.05% from 255) = 33.98%
BLUE value IS 175 (68.75% from 255) = 48.75%
R=17.27%
G=33.98%
B=48.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal621221750.650.3000.31208.1447.6846.47
Hex3E7AAF411E01Fd0302e
Octal76172257101360373206056
Binary11111011110101010111110000011111001111111010000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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