Shades of Astronaut #3C5073
Tints of Astronaut #3C5073
RGB
CMYK
RGB Variations
Color information
#3C5073 (or 0x3C5073) is known color: Astronaut. HEX triplet: 3C, 50 and 73. RGB value is (60,80,115). Sum of RGB (Red+Green+Blue) = 60+80+115=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 115 (45.31% from 255 or 45.10% from 255); Max value from RGB is 115 - color contains mainly: blue. Hex color #3C5073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5073 is #C3AF8C. Grayscale: #4D4D4D. Windows color (decimal): -12824461 or 7557180. OLE color: 7557180.
HSL color Cylindrical-coordinate representation of color #3C5073: hue angle of 218.18º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C5073 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 80 | 115 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.55 |
| HSL | 218.18º | 0.31% | 0.34% | - |
| HSV(B) | 218.18º | 0.48% | 0.45% | - |
| XYZ | 7.83 | 7.94 | 17.34 | - |
| YUV | 78.01 | 148.87 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 80 | 115 | 0.48 | 0.30 | 0 | 0.55 | 218.18 | 0.31 | 0.34 |
| Hex | 3C | 50 | 73 | 30 | 1E | 0 | 37 | DA | 1F | 22 |
| Octal | 74 | 120 | 163 | 60 | 36 | 0 | 67 | 332 | 37 | 42 |
| Binary | 111100 | 1010000 | 1110011 | 110000 | 11110 | 0 | 110111 | 11011010 | 11111 | 100010 |
Color Harmonies of #3C5073
Complementary color
Monochromatic Colors of #3C5073
Black with #3C5073
Text Example
Text Example
White with #3C5073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5073; }
p { color: rgb(60,80,115); }
H1.HeaderClassName
{
color: #3C5073;
}
.AnyTagClassName
{
color: #3C5073;
}
</style>
background-color css
<style>
a { background-color: #3C5073; }
a { background-color: rgb(60,80,115); }
div.DivClassName
{
background-color: #3C5073;
}
.BgClassName
{
background-color: #3C5073;
}
</style>
border-color css
<style>
span { border-color: #3C5073; }
span { border-color: rgb(60,80,115); }
td.TdClassName
{
border-color: #3C5073;
}
.TagClassName
{
border-color: #3C5073;
}
</style>