Shades of Astronaut #3F5076
Tints of Astronaut #3F5076
RGB
CMYK
RGB Variations
Color information
#3F5076 (or 0x3F5076) is known color: Astronaut. HEX triplet: 3F, 50 and 76. RGB value is (63,80,118). Sum of RGB (Red+Green+Blue) = 63+80+118=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F5076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5076 is #C0AF89. Grayscale: #4F4F4F. Windows color (decimal): -12627850 or 7753791. OLE color: 7753791.
HSL color Cylindrical-coordinate representation of color #3F5076: hue angle of 221.45º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F5076 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 80 | 118 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.54 |
| HSL | 221.45º | 0.3% | 0.35% | - |
| HSV(B) | 221.45º | 0.47% | 0.46% | - |
| XYZ | 8.19 | 8.1 | 18.27 | - |
| YUV | 79.25 | 149.87 | 116.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 80 | 118 | 0.47 | 0.32 | 0 | 0.54 | 221.45 | 0.3 | 0.35 |
| Hex | 3F | 50 | 76 | 2F | 20 | 0 | 36 | DD | 1E | 23 |
| Octal | 77 | 120 | 166 | 57 | 40 | 0 | 66 | 335 | 36 | 43 |
| Binary | 111111 | 1010000 | 1110110 | 101111 | 100000 | 0 | 110110 | 11011101 | 11110 | 100011 |
Color Harmonies of #3F5076
Complementary color
Monochromatic Colors of #3F5076
Black with #3F5076
Text Example
Text Example
White with #3F5076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5076; }
p { color: rgb(63,80,118); }
H1.HeaderClassName
{
color: #3F5076;
}
.AnyTagClassName
{
color: #3F5076;
}
</style>
background-color css
<style>
a { background-color: #3F5076; }
a { background-color: rgb(63,80,118); }
div.DivClassName
{
background-color: #3F5076;
}
.BgClassName
{
background-color: #3F5076;
}
</style>
border-color css
<style>
span { border-color: #3F5076; }
span { border-color: rgb(63,80,118); }
td.TdClassName
{
border-color: #3F5076;
}
.TagClassName
{
border-color: #3F5076;
}
</style>