#3E5172

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

Shades of Astronaut #3E5172

Tints of Astronaut #3E5172

Color information

#3E5172 (or 0x3E5172) is unknown color: approx Astronaut. HEX triplet: 3E, 51 and 72. RGB value is (62,81,114). Sum of RGB (Red+Green+Blue) = 62+81+114=257 (34% of max value = 765). Red value is 62 (24.61% from 255 or 24.12% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #3E5172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5172 is #C1AE8D. Grayscale: #4E4E4E. Windows color (decimal): -12693134 or 7491902. OLE color: 7491902.

HSL color Cylindrical-coordinate representation of color #3E5172: hue angle of 218.08º 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 #3E5172 is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6281114-
CMYK0.460.2900.55
HSL218.08º29.55%34.51%-
HSV(B)218.08º45.61%44.71%-
XYZ7.978.1217.07-
YUV79.08147.71115.82-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 24.12%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 114 (44.92% from 255) = 44.36%
R=24.12%
G=31.52%
B=44.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal62811140.460.2900.55218.0829.5534.51
Hex3E51722E1D037da1e23
Octal7612116256350673323643
Binary111110101000111100101011101110101101111101101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E5172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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