Shades of Astronaut #3F497A
Tints of Astronaut #3F497A
RGB
CMYK
RGB Variations
Color information
#3F497A (or 0x3F497A) is known color: Astronaut. HEX triplet: 3F, 49 and 7A. RGB value is (63,73,122). Sum of RGB (Red+Green+Blue) = 63+73+122=258 (34% of max value = 765). Red value is 63 (25% from 255 or 24.42% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F497A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F497A is #C0B685. Grayscale: #4B4B4B. Windows color (decimal): -12629638 or 8014143. OLE color: 8014143.
HSL color Cylindrical-coordinate representation of color #3F497A: hue angle of 229.83º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3F497A is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 63 | 73 | 122 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.52 |
| HSL | 229.83º | 0.32% | 0.36% | - |
| HSV(B) | 229.83º | 0.48% | 0.48% | - |
| XYZ | 7.95 | 7.23 | 19.39 | - |
| YUV | 75.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 122 | 0.48 | 0.40 | 0 | 0.52 | 229.83 | 0.32 | 0.36 |
| Hex | 3F | 49 | 7A | 30 | 28 | 0 | 34 | E6 | 20 | 24 |
| Octal | 77 | 111 | 172 | 60 | 50 | 0 | 64 | 346 | 40 | 44 |
| Binary | 111111 | 1001001 | 1111010 | 110000 | 101000 | 0 | 110100 | 11100110 | 100000 | 100100 |
Color Harmonies of #3F497A
Complementary color
Monochromatic Colors of #3F497A
Black with #3F497A
Text Example
Text Example
White with #3F497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F497A; }
p { color: rgb(63,73,122); }
H1.HeaderClassName
{
color: #3F497A;
}
.AnyTagClassName
{
color: #3F497A;
}
</style>
background-color css
<style>
a { background-color: #3F497A; }
a { background-color: rgb(63,73,122); }
div.DivClassName
{
background-color: #3F497A;
}
.BgClassName
{
background-color: #3F497A;
}
</style>
border-color css
<style>
span { border-color: #3F497A; }
span { border-color: rgb(63,73,122); }
td.TdClassName
{
border-color: #3F497A;
}
.TagClassName
{
border-color: #3F497A;
}
</style>