Shades of Astronaut #3F4E71
Tints of Astronaut #3F4E71
RGB
CMYK
RGB Variations
Color information
#3F4E71 (or 0x3F4E71) is known color: Astronaut. HEX triplet: 3F, 4E and 71. RGB value is (63,78,113). Sum of RGB (Red+Green+Blue) = 63+78+113=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 113 - color contains mainly: blue. Hex color #3F4E71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4E71 is #C0B18E. Grayscale: #4D4D4D. Windows color (decimal): -12628367 or 7425599. OLE color: 7425599.
HSL color Cylindrical-coordinate representation of color #3F4E71: hue angle of 222º 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 #3F4E71 is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 63 | 78 | 113 | - |
| CMYK | 0.44 | 0.31 | 0 | 0.56 |
| HSL | 222º | 0.28% | 0.35% | - |
| HSV(B) | 222º | 0.44% | 0.44% | - |
| XYZ | 7.75 | 7.7 | 16.7 | - |
| YUV | 77.51 | 148.03 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 78 | 113 | 0.44 | 0.31 | 0 | 0.56 | 222 | 0.28 | 0.35 |
| Hex | 3F | 4E | 71 | 2C | 1F | 0 | 38 | DE | 1C | 23 |
| Octal | 77 | 116 | 161 | 54 | 37 | 0 | 70 | 336 | 34 | 43 |
| Binary | 111111 | 1001110 | 1110001 | 101100 | 11111 | 0 | 111000 | 11011110 | 11100 | 100011 |
Color Harmonies of #3F4E71
Complementary color
Monochromatic Colors of #3F4E71
Black with #3F4E71
Text Example
Text Example
White with #3F4E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4E71; }
p { color: rgb(63,78,113); }
H1.HeaderClassName
{
color: #3F4E71;
}
.AnyTagClassName
{
color: #3F4E71;
}
</style>
background-color css
<style>
a { background-color: #3F4E71; }
a { background-color: rgb(63,78,113); }
div.DivClassName
{
background-color: #3F4E71;
}
.BgClassName
{
background-color: #3F4E71;
}
</style>
border-color css
<style>
span { border-color: #3F4E71; }
span { border-color: rgb(63,78,113); }
td.TdClassName
{
border-color: #3F4E71;
}
.TagClassName
{
border-color: #3F4E71;
}
</style>