Shades of Astronaut #3F5278
Tints of Astronaut #3F5278
RGB
CMYK
RGB Variations
Color information
#3F5278 (or 0x3F5278) is known color: Astronaut. HEX triplet: 3F, 52 and 78. RGB value is (63,82,120). Sum of RGB (Red+Green+Blue) = 63+82+120=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 120 (47.27% from 255 or 45.28% from 265); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F5278 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5278 is #C0AD87. Grayscale: #505050. Windows color (decimal): -12627336 or 7885375. OLE color: 7885375.
HSL color Cylindrical-coordinate representation of color #3F5278: hue angle of 220º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F5278 is Cyan = 0.48, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 63 | 82 | 120 | - |
| CMYK | 0.48 | 0.32 | 0 | 0.53 |
| HSL | 220º | 0.31% | 0.36% | - |
| HSV(B) | 220º | 0.48% | 0.47% | - |
| XYZ | 8.46 | 8.45 | 18.95 | - |
| YUV | 80.65 | 150.21 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 82 | 120 | 0.48 | 0.32 | 0 | 0.53 | 220 | 0.31 | 0.36 |
| Hex | 3F | 52 | 78 | 30 | 20 | 0 | 35 | DC | 1F | 24 |
| Octal | 77 | 122 | 170 | 60 | 40 | 0 | 65 | 334 | 37 | 44 |
| Binary | 111111 | 1010010 | 1111000 | 110000 | 100000 | 0 | 110101 | 11011100 | 11111 | 100100 |
Color Harmonies of #3F5278
Complementary color
Monochromatic Colors of #3F5278
Black with #3F5278
Text Example
Text Example
White with #3F5278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5278; }
p { color: rgb(63,82,120); }
H1.HeaderClassName
{
color: #3F5278;
}
.AnyTagClassName
{
color: #3F5278;
}
</style>
background-color css
<style>
a { background-color: #3F5278; }
a { background-color: rgb(63,82,120); }
div.DivClassName
{
background-color: #3F5278;
}
.BgClassName
{
background-color: #3F5278;
}
</style>
border-color css
<style>
span { border-color: #3F5278; }
span { border-color: rgb(63,82,120); }
td.TdClassName
{
border-color: #3F5278;
}
.TagClassName
{
border-color: #3F5278;
}
</style>