Shades of Astronaut #3C516F
Tints of Astronaut #3C516F
RGB
CMYK
RGB Variations
Color information
#3C516F (or 0x3C516F) is known color: Astronaut. HEX triplet: 3C, 51 and 6F. RGB value is (60,81,111). Sum of RGB (Red+Green+Blue) = 60+81+111=252 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.81% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 111 (43.75% from 255 or 44.05% from 252); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C516F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C516F is #C3AE90. Grayscale: #4E4E4E. Windows color (decimal): -12824209 or 7295292. OLE color: 7295292.
HSL color Cylindrical-coordinate representation of color #3C516F: hue angle of 215.29º 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 #3C516F is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 81 | 111 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.56 |
| HSL | 215.29º | 0.3% | 0.34% | - |
| HSV(B) | 215.29º | 0.46% | 0.44% | - |
| XYZ | 7.68 | 7.99 | 16.18 | - |
| YUV | 78.14 | 146.54 | 115.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 111 | 0.46 | 0.27 | 0 | 0.56 | 215.29 | 0.3 | 0.34 |
| Hex | 3C | 51 | 6F | 2E | 1B | 0 | 38 | D7 | 1E | 22 |
| Octal | 74 | 121 | 157 | 56 | 33 | 0 | 70 | 327 | 36 | 42 |
| Binary | 111100 | 1010001 | 1101111 | 101110 | 11011 | 0 | 111000 | 11010111 | 11110 | 100010 |
Color Harmonies of #3C516F
Complementary color
Monochromatic Colors of #3C516F
Black with #3C516F
Text Example
Text Example
White with #3C516F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C516F; }
p { color: rgb(60,81,111); }
H1.HeaderClassName
{
color: #3C516F;
}
.AnyTagClassName
{
color: #3C516F;
}
</style>
background-color css
<style>
a { background-color: #3C516F; }
a { background-color: rgb(60,81,111); }
div.DivClassName
{
background-color: #3C516F;
}
.BgClassName
{
background-color: #3C516F;
}
</style>
border-color css
<style>
span { border-color: #3C516F; }
span { border-color: rgb(60,81,111); }
td.TdClassName
{
border-color: #3C516F;
}
.TagClassName
{
border-color: #3C516F;
}
</style>