Shades of Astronaut #3F516D
Tints of Astronaut #3F516D
RGB
CMYK
RGB Variations
Color information
#3F516D (or 0x3F516D) is known color: Astronaut. HEX triplet: 3F, 51 and 6D. RGB value is (63,81,109). Sum of RGB (Red+Green+Blue) = 63+81+109=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 109 - color contains mainly: blue. Hex color #3F516D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F516D is #C0AE92. Grayscale: #4E4E4E. Windows color (decimal): -12627603 or 7164223. OLE color: 7164223.
HSL color Cylindrical-coordinate representation of color #3F516D: hue angle of 216.52º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F516D is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 63 | 81 | 109 | - |
| CMYK | 0.42 | 0.26 | 0 | 0.57 |
| HSL | 216.52º | 0.27% | 0.34% | - |
| HSV(B) | 216.52º | 0.42% | 0.43% | - |
| XYZ | 7.75 | 8.05 | 15.61 | - |
| YUV | 78.81 | 145.04 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 109 | 0.42 | 0.26 | 0 | 0.57 | 216.52 | 0.27 | 0.34 |
| Hex | 3F | 51 | 6D | 2A | 1A | 0 | 39 | D9 | 1B | 22 |
| Octal | 77 | 121 | 155 | 52 | 32 | 0 | 71 | 331 | 33 | 42 |
| Binary | 111111 | 1010001 | 1101101 | 101010 | 11010 | 0 | 111001 | 11011001 | 11011 | 100010 |
Color Harmonies of #3F516D
Complementary color
Monochromatic Colors of #3F516D
Black with #3F516D
Text Example
Text Example
White with #3F516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F516D; }
p { color: rgb(63,81,109); }
H1.HeaderClassName
{
color: #3F516D;
}
.AnyTagClassName
{
color: #3F516D;
}
</style>
background-color css
<style>
a { background-color: #3F516D; }
a { background-color: rgb(63,81,109); }
div.DivClassName
{
background-color: #3F516D;
}
.BgClassName
{
background-color: #3F516D;
}
</style>
border-color css
<style>
span { border-color: #3F516D; }
span { border-color: rgb(63,81,109); }
td.TdClassName
{
border-color: #3F516D;
}
.TagClassName
{
border-color: #3F516D;
}
</style>