#3C5179

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

Shades of Astronaut #3C5179

Tints of Astronaut #3C5179

Color information

#3C5179 (or 0x3C5179) is unknown color: approx Astronaut. HEX triplet: 3C, 51 and 79. RGB value is (60,81,121). Sum of RGB (Red+Green+Blue) = 60+81+121=262 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.90% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C5179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5179 is #C3AE86. Grayscale: #4F4F4F. Windows color (decimal): -12824199 or 7950652. OLE color: 7950652.

HSL color Cylindrical-coordinate representation of color #3C5179: hue angle of 219.34º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C5179 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6081121-
CMYK0.500.3300.53
HSL219.34º33.7%35.49%-
HSV(B)219.34º50.41%47.45%-
XYZ8.268.2319.24-
YUV79.28151.54114.25-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.90%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 121 (47.66% from 255) = 46.18%
R=22.90%
G=30.92%
B=46.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal60811210.500.3300.53219.3433.735.49
Hex3C51793221035db2223
Octal7412117162410653334243
Binary11110010100011111001110010100001011010111011011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,81,121); }

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

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

 a { background-color: rgb(60,81,121); }

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

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

 span { border-color: rgb(60,81,121); }

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