#3E7CAA

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

Shades of Steel Blue #3E7CAA

Tints of Steel Blue #3E7CAA

Color information

#3E7CAA (or 0x3E7CAA) is unknown color: approx Steel Blue. HEX triplet: 3E, 7C and AA. RGB value is (62,124,170). Sum of RGB (Red+Green+Blue) = 62+124+170=356 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.42% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #3E7CAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E7CAA is #C18355. Grayscale: #6E6E6E. Windows color (decimal): -12682070 or 11172926. OLE color: 11172926.

HSL color Cylindrical-coordinate representation of color #3E7CAA: hue angle of 205.56º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E7CAA is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB62124170-
CMYK0.640.2700.33
HSL205.56º46.55%45.49%-
HSV(B)205.56º63.53%66.67%-
XYZ16.4518.3440.7-
YUV110.71161.4693.26-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.42%
GREEN value IS 124 (48.83% from 255) = 34.83%
BLUE value IS 170 (66.80% from 255) = 47.75%
R=17.42%
G=34.83%
B=47.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal621241700.640.2700.33205.5646.5545.49
Hex3E7CAA401B021ce2f2d
Octal76174252100330413165755
Binary111110111110010101010100000011011010000111001110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E7CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,124,170); }

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

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

 a { background-color: rgb(62,124,170); }

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

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

 span { border-color: rgb(62,124,170); }

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