Shades of Astronaut #3F5171
Tints of Astronaut #3F5171
RGB
CMYK
RGB Variations
Color information
#3F5171 (or 0x3F5171) is known color: Astronaut. HEX triplet: 3F, 51 and 71. RGB value is (63,81,113). Sum of RGB (Red+Green+Blue) = 63+81+113=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F5171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5171 is #C0AE8E. Grayscale: #4F4F4F. Windows color (decimal): -12627599 or 7426367. OLE color: 7426367.
HSL color Cylindrical-coordinate representation of color #3F5171: hue angle of 218.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F5171 is Cyan = 0.44, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 81 | 113 | - |
| CMYK | 0.44 | 0.28 | 0 | 0.56 |
| HSL | 218.4º | 0.28% | 0.35% | - |
| HSV(B) | 218.4º | 0.44% | 0.44% | - |
| XYZ | 7.97 | 8.13 | 16.77 | - |
| YUV | 79.27 | 147.04 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 113 | 0.44 | 0.28 | 0 | 0.56 | 218.4 | 0.28 | 0.35 |
| Hex | 3F | 51 | 71 | 2C | 1C | 0 | 38 | DA | 1C | 23 |
| Octal | 77 | 121 | 161 | 54 | 34 | 0 | 70 | 332 | 34 | 43 |
| Binary | 111111 | 1010001 | 1110001 | 101100 | 11100 | 0 | 111000 | 11011010 | 11100 | 100011 |
Color Harmonies of #3F5171
Complementary color
Monochromatic Colors of #3F5171
Black with #3F5171
Text Example
Text Example
White with #3F5171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5171; }
p { color: rgb(63,81,113); }
H1.HeaderClassName
{
color: #3F5171;
}
.AnyTagClassName
{
color: #3F5171;
}
</style>
background-color css
<style>
a { background-color: #3F5171; }
a { background-color: rgb(63,81,113); }
div.DivClassName
{
background-color: #3F5171;
}
.BgClassName
{
background-color: #3F5171;
}
</style>
border-color css
<style>
span { border-color: #3F5171; }
span { border-color: rgb(63,81,113); }
td.TdClassName
{
border-color: #3F5171;
}
.TagClassName
{
border-color: #3F5171;
}
</style>