Shades of Astronaut #3C5170
Tints of Astronaut #3C5170
RGB
CMYK
RGB Variations
Color information
#3C5170 (or 0x3C5170) is known color: Astronaut. HEX triplet: 3C, 51 and 70. RGB value is (60,81,112). Sum of RGB (Red+Green+Blue) = 60+81+112=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C5170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5170 is #C3AE8F. Grayscale: #4E4E4E. Windows color (decimal): -12824208 or 7360828. OLE color: 7360828.
HSL color Cylindrical-coordinate representation of color #3C5170: hue angle of 215.77º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C5170 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 81 | 112 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.56 |
| HSL | 215.77º | 0.3% | 0.34% | - |
| HSV(B) | 215.77º | 0.46% | 0.44% | - |
| XYZ | 7.73 | 8.02 | 16.47 | - |
| YUV | 78.26 | 147.04 | 114.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 112 | 0.46 | 0.28 | 0 | 0.56 | 215.77 | 0.3 | 0.34 |
| Hex | 3C | 51 | 70 | 2E | 1C | 0 | 38 | D8 | 1E | 22 |
| Octal | 74 | 121 | 160 | 56 | 34 | 0 | 70 | 330 | 36 | 42 |
| Binary | 111100 | 1010001 | 1110000 | 101110 | 11100 | 0 | 111000 | 11011000 | 11110 | 100010 |
Color Harmonies of #3C5170
Complementary color
Monochromatic Colors of #3C5170
Black with #3C5170
Text Example
Text Example
White with #3C5170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5170; }
p { color: rgb(60,81,112); }
H1.HeaderClassName
{
color: #3C5170;
}
.AnyTagClassName
{
color: #3C5170;
}
</style>
background-color css
<style>
a { background-color: #3C5170; }
a { background-color: rgb(60,81,112); }
div.DivClassName
{
background-color: #3C5170;
}
.BgClassName
{
background-color: #3C5170;
}
</style>
border-color css
<style>
span { border-color: #3C5170; }
span { border-color: rgb(60,81,112); }
td.TdClassName
{
border-color: #3C5170;
}
.TagClassName
{
border-color: #3C5170;
}
</style>