Shades of Astronaut #3F4C6B
Tints of Astronaut #3F4C6B
RGB
CMYK
RGB Variations
Color information
#3F4C6B (or 0x3F4C6B) is known color: Astronaut. HEX triplet: 3F, 4C and 6B. RGB value is (63,76,107). Sum of RGB (Red+Green+Blue) = 63+76+107=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 107 - color contains mainly: blue. Hex color #3F4C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4C6B is #C0B394. Grayscale: #4B4B4B. Windows color (decimal): -12628885 or 7031871. OLE color: 7031871.
HSL color Cylindrical-coordinate representation of color #3F4C6B: hue angle of 222.27º 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 #3F4C6B is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 76 | 107 | - |
| CMYK | 0.41 | 0.29 | 0 | 0.58 |
| HSL | 222.27º | 0.26% | 0.33% | - |
| HSV(B) | 222.27º | 0.41% | 0.42% | - |
| XYZ | 7.29 | 7.29 | 14.93 | - |
| YUV | 75.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 76 | 107 | 0.41 | 0.29 | 0 | 0.58 | 222.27 | 0.26 | 0.33 |
| Hex | 3F | 4C | 6B | 29 | 1D | 0 | 3A | DE | 1A | 21 |
| Octal | 77 | 114 | 153 | 51 | 35 | 0 | 72 | 336 | 32 | 41 |
| Binary | 111111 | 1001100 | 1101011 | 101001 | 11101 | 0 | 111010 | 11011110 | 11010 | 100001 |
Color Harmonies of #3F4C6B
Complementary color
Monochromatic Colors of #3F4C6B
Black with #3F4C6B
Text Example
Text Example
White with #3F4C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4C6B; }
p { color: rgb(63,76,107); }
H1.HeaderClassName
{
color: #3F4C6B;
}
.AnyTagClassName
{
color: #3F4C6B;
}
</style>
background-color css
<style>
a { background-color: #3F4C6B; }
a { background-color: rgb(63,76,107); }
div.DivClassName
{
background-color: #3F4C6B;
}
.BgClassName
{
background-color: #3F4C6B;
}
</style>
border-color css
<style>
span { border-color: #3F4C6B; }
span { border-color: rgb(63,76,107); }
td.TdClassName
{
border-color: #3F4C6B;
}
.TagClassName
{
border-color: #3F4C6B;
}
</style>