#3E74AE

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

Shades of Steel Blue #3E74AE

Tints of Steel Blue #3E74AE

Color information

#3E74AE (or 0x3E74AE) is unknown color: approx Steel Blue. HEX triplet: 3E, 74 and AE. RGB value is (62,116,174). Sum of RGB (Red+Green+Blue) = 62+116+174=352 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.61% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #3E74AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3E74AE is #C18B51. Grayscale: #6A6A6A. Windows color (decimal): -12684114 or 11433022. OLE color: 11433022.

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

Color convert

RGB62116174-
CMYK0.640.3300.32
HSL211.07º47.46%46.27%-
HSV(B)211.07º64.37%68.24%-
XYZ15.8716.5742.41-
YUV106.47166.1196.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.61%
GREEN value IS 116 (45.70% from 255) = 32.95%
BLUE value IS 174 (68.36% from 255) = 49.43%
R=17.61%
G=32.95%
B=49.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal621161740.640.3300.32211.0747.4646.27
Hex3E74AE4021020d32f2e
Octal76164256100410403235756
Binary1111101110100101011101000000100001010000011010011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E74AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,116,174); }

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

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

 a { background-color: rgb(62,116,174); }

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

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

 span { border-color: rgb(62,116,174); }

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