#3E5072

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

Shades of Astronaut #3E5072

Tints of Astronaut #3E5072

Color information

#3E5072 (or 0x3E5072) is unknown color: approx Astronaut. HEX triplet: 3E, 50 and 72. RGB value is (62,80,114). Sum of RGB (Red+Green+Blue) = 62+80+114=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E5072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5072 is #C1AF8D. Grayscale: #4E4E4E. Windows color (decimal): -12693390 or 7491646. OLE color: 7491646.

HSL color Cylindrical-coordinate representation of color #3E5072: hue angle of 219.23º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3E5072 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6280114-
CMYK0.460.3000.55
HSL219.23º29.55%34.51%-
HSV(B)219.23º45.61%44.71%-
XYZ7.897.9817.04-
YUV78.49148.04116.24-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.22%
GREEN value IS 80 (31.64% from 255) = 31.25%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=24.22%
G=31.25%
B=44.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62801140.460.3000.55219.2329.5534.51
Hex3E50722E1E037db1e23
Octal7612016256360673333643
Binary111110101000011100101011101111001101111101101111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,80,114); }

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

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

 a { background-color: rgb(62,80,114); }

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

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

 span { border-color: rgb(62,80,114); }

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