#3C5077

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

Shades of Astronaut #3C5077

Tints of Astronaut #3C5077

Color information

#3C5077 (or 0x3C5077) is unknown color: approx Astronaut. HEX triplet: 3C, 50 and 77. RGB value is (60,80,119). Sum of RGB (Red+Green+Blue) = 60+80+119=259 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.17% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #3C5077 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5077 is #C3AF88. Grayscale: #4E4E4E. Windows color (decimal): -12824457 or 7819324. OLE color: 7819324.

HSL color Cylindrical-coordinate representation of color #3C5077: hue angle of 219.66º degrees, saturation: 0.33, 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 #3C5077 is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6080119-
CMYK0.500.3300.53
HSL219.66º32.96%35.1%-
HSV(B)219.66º49.58%46.67%-
XYZ8.068.0318.58-
YUV78.47150.87114.83-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.17%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 119 (46.88% from 255) = 45.95%
R=23.17%
G=30.89%
B=45.95%

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
Decimal60801190.500.3300.53219.6632.9635.1
Hex3C50773221035dc2123
Octal7412016762410653344143
Binary11110010100001110111110010100001011010111011100100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C5077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,80,119); }

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

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

 a { background-color: rgb(60,80,119); }

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

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

 span { border-color: rgb(60,80,119); }

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