Shades of Astronaut #3F4D6B
Tints of Astronaut #3F4D6B
RGB
CMYK
RGB Variations
Color information
#3F4D6B (or 0x3F4D6B) is known color: Astronaut. HEX triplet: 3F, 4D and 6B. RGB value is (63,77,107). Sum of RGB (Red+Green+Blue) = 63+77+107=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 107 (42.19% from 255 or 43.32% from 247); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F4D6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F4D6B is #C0B294. Grayscale: #4C4C4C. Windows color (decimal): -12628629 or 7032127. OLE color: 7032127.
HSL color Cylindrical-coordinate representation of color #3F4D6B: hue angle of 220.91º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F4D6B is Cyan = 0.41, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 77 | 107 | - |
| CMYK | 0.41 | 0.28 | 0 | 0.58 |
| HSL | 220.91º | 0.26% | 0.33% | - |
| HSV(B) | 220.91º | 0.41% | 0.42% | - |
| XYZ | 7.36 | 7.43 | 14.96 | - |
| YUV | 76.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 77 | 107 | 0.41 | 0.28 | 0 | 0.58 | 220.91 | 0.26 | 0.33 |
| Hex | 3F | 4D | 6B | 29 | 1C | 0 | 3A | DD | 1A | 21 |
| Octal | 77 | 115 | 153 | 51 | 34 | 0 | 72 | 335 | 32 | 41 |
| Binary | 111111 | 1001101 | 1101011 | 101001 | 11100 | 0 | 111010 | 11011101 | 11010 | 100001 |
Color Harmonies of #3F4D6B
Complementary color
Monochromatic Colors of #3F4D6B
Black with #3F4D6B
Text Example
Text Example
White with #3F4D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4D6B; }
p { color: rgb(63,77,107); }
H1.HeaderClassName
{
color: #3F4D6B;
}
.AnyTagClassName
{
color: #3F4D6B;
}
</style>
background-color css
<style>
a { background-color: #3F4D6B; }
a { background-color: rgb(63,77,107); }
div.DivClassName
{
background-color: #3F4D6B;
}
.BgClassName
{
background-color: #3F4D6B;
}
</style>
border-color css
<style>
span { border-color: #3F4D6B; }
span { border-color: rgb(63,77,107); }
td.TdClassName
{
border-color: #3F4D6B;
}
.TagClassName
{
border-color: #3F4D6B;
}
</style>