Shades of Astronaut #3D516D
Tints of Astronaut #3D516D
RGB
CMYK
RGB Variations
Color information
#3D516D (or 0x3D516D) is known color: Astronaut. HEX triplet: 3D, 51 and 6D. RGB value is (61,81,109). Sum of RGB (Red+Green+Blue) = 61+81+109=251 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.30% from 251); Green value is 81 (32.03% from 255 or 32.27% from 251); Blue value is 109 (42.97% from 255 or 43.43% from 251); Max value from RGB is 109 - color contains mainly: blue. Hex color #3D516D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D516D is #C2AE92. Grayscale: #4E4E4E. Windows color (decimal): -12758675 or 7164221. OLE color: 7164221.
HSL color Cylindrical-coordinate representation of color #3D516D: hue angle of 215º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D516D is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 61 | 81 | 109 | - |
| CMYK | 0.44 | 0.26 | 0 | 0.57 |
| HSL | 215º | 0.28% | 0.33% | - |
| HSV(B) | 215º | 0.44% | 0.43% | - |
| XYZ | 7.63 | 7.98 | 15.61 | - |
| YUV | 78.21 | 145.37 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 81 | 109 | 0.44 | 0.26 | 0 | 0.57 | 215 | 0.28 | 0.33 |
| Hex | 3D | 51 | 6D | 2C | 1A | 0 | 39 | D7 | 1C | 21 |
| Octal | 75 | 121 | 155 | 54 | 32 | 0 | 71 | 327 | 34 | 41 |
| Binary | 111101 | 1010001 | 1101101 | 101100 | 11010 | 0 | 111001 | 11010111 | 11100 | 100001 |
Color Harmonies of #3D516D
Complementary color
Monochromatic Colors of #3D516D
Black with #3D516D
Text Example
Text Example
White with #3D516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D516D; }
p { color: rgb(61,81,109); }
H1.HeaderClassName
{
color: #3D516D;
}
.AnyTagClassName
{
color: #3D516D;
}
</style>
background-color css
<style>
a { background-color: #3D516D; }
a { background-color: rgb(61,81,109); }
div.DivClassName
{
background-color: #3D516D;
}
.BgClassName
{
background-color: #3D516D;
}
</style>
border-color css
<style>
span { border-color: #3D516D; }
span { border-color: rgb(61,81,109); }
td.TdClassName
{
border-color: #3D516D;
}
.TagClassName
{
border-color: #3D516D;
}
</style>