Shades of Astronaut #3F4C72
Tints of Astronaut #3F4C72
RGB
CMYK
RGB Variations
Color information
#3F4C72 (or 0x3F4C72) is known color: Astronaut. HEX triplet: 3F, 4C and 72. RGB value is (63,76,114). Sum of RGB (Red+Green+Blue) = 63+76+114=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 76 (30.08% from 255 or 30.04% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F4C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4C72 is #C0B38D. Grayscale: #4C4C4C. Windows color (decimal): -12628878 or 7490623. OLE color: 7490623.
HSL color Cylindrical-coordinate representation of color #3F4C72: hue angle of 224.71º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F4C72 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 76 | 114 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.55 |
| HSL | 224.71º | 0.29% | 0.35% | - |
| HSV(B) | 224.71º | 0.45% | 0.45% | - |
| XYZ | 7.67 | 7.44 | 16.95 | - |
| YUV | 76.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 76 | 114 | 0.45 | 0.33 | 0 | 0.55 | 224.71 | 0.29 | 0.35 |
| Hex | 3F | 4C | 72 | 2D | 21 | 0 | 37 | E1 | 1D | 23 |
| Octal | 77 | 114 | 162 | 55 | 41 | 0 | 67 | 341 | 35 | 43 |
| Binary | 111111 | 1001100 | 1110010 | 101101 | 100001 | 0 | 110111 | 11100001 | 11101 | 100011 |
Color Harmonies of #3F4C72
Complementary color
Monochromatic Colors of #3F4C72
Black with #3F4C72
Text Example
Text Example
White with #3F4C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4C72; }
p { color: rgb(63,76,114); }
H1.HeaderClassName
{
color: #3F4C72;
}
.AnyTagClassName
{
color: #3F4C72;
}
</style>
background-color css
<style>
a { background-color: #3F4C72; }
a { background-color: rgb(63,76,114); }
div.DivClassName
{
background-color: #3F4C72;
}
.BgClassName
{
background-color: #3F4C72;
}
</style>
border-color css
<style>
span { border-color: #3F4C72; }
span { border-color: rgb(63,76,114); }
td.TdClassName
{
border-color: #3F4C72;
}
.TagClassName
{
border-color: #3F4C72;
}
</style>