Shades of Astronaut #3C5174
Tints of Astronaut #3C5174
RGB
CMYK
RGB Variations
Color information
#3C5174 (or 0x3C5174) is known color: Astronaut. HEX triplet: 3C, 51 and 74. RGB value is (60,81,116). Sum of RGB (Red+Green+Blue) = 60+81+116=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 116 - color contains mainly: blue. Hex color #3C5174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5174 is #C3AE8B. Grayscale: #4E4E4E. Windows color (decimal): -12824204 or 7622972. OLE color: 7622972.
HSL color Cylindrical-coordinate representation of color #3C5174: hue angle of 217.5º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3C5174 is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 60 | 81 | 116 | - |
| CMYK | 0.48 | 0.30 | 0 | 0.55 |
| HSL | 217.5º | 0.32% | 0.35% | - |
| HSV(B) | 217.5º | 0.48% | 0.45% | - |
| XYZ | 7.96 | 8.11 | 17.67 | - |
| YUV | 78.71 | 149.04 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 116 | 0.48 | 0.30 | 0 | 0.55 | 217.5 | 0.32 | 0.35 |
| Hex | 3C | 51 | 74 | 30 | 1E | 0 | 37 | DA | 20 | 23 |
| Octal | 74 | 121 | 164 | 60 | 36 | 0 | 67 | 332 | 40 | 43 |
| Binary | 111100 | 1010001 | 1110100 | 110000 | 11110 | 0 | 110111 | 11011010 | 100000 | 100011 |
Color Harmonies of #3C5174
Complementary color
Monochromatic Colors of #3C5174
Black with #3C5174
Text Example
Text Example
White with #3C5174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5174; }
p { color: rgb(60,81,116); }
H1.HeaderClassName
{
color: #3C5174;
}
.AnyTagClassName
{
color: #3C5174;
}
</style>
background-color css
<style>
a { background-color: #3C5174; }
a { background-color: rgb(60,81,116); }
div.DivClassName
{
background-color: #3C5174;
}
.BgClassName
{
background-color: #3C5174;
}
</style>
border-color css
<style>
span { border-color: #3C5174; }
span { border-color: rgb(60,81,116); }
td.TdClassName
{
border-color: #3C5174;
}
.TagClassName
{
border-color: #3C5174;
}
</style>