Shades of Astronaut #3F5372
Tints of Astronaut #3F5372
RGB
CMYK
RGB Variations
Color information
#3F5372 (or 0x3F5372) is known color: Astronaut. HEX triplet: 3F, 53 and 72. RGB value is (63,83,114). Sum of RGB (Red+Green+Blue) = 63+83+114=260 (34% of max value = 765). Red value is 63 (25% from 255 or 24.23% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #3F5372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5372 is #C0AC8D. Grayscale: #505050. Windows color (decimal): -12627086 or 7492415. OLE color: 7492415.
HSL color Cylindrical-coordinate representation of color #3F5372: hue angle of 216.47º 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 #3F5372 is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 63 | 83 | 114 | - |
| CMYK | 0.45 | 0.27 | 0 | 0.55 |
| HSL | 216.47º | 0.29% | 0.35% | - |
| HSV(B) | 216.47º | 0.45% | 0.45% | - |
| XYZ | 8.18 | 8.46 | 17.12 | - |
| YUV | 80.55 | 146.87 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 114 | 0.45 | 0.27 | 0 | 0.55 | 216.47 | 0.29 | 0.35 |
| Hex | 3F | 53 | 72 | 2D | 1B | 0 | 37 | D8 | 1D | 23 |
| Octal | 77 | 123 | 162 | 55 | 33 | 0 | 67 | 330 | 35 | 43 |
| Binary | 111111 | 1010011 | 1110010 | 101101 | 11011 | 0 | 110111 | 11011000 | 11101 | 100011 |
Color Harmonies of #3F5372
Complementary color
Monochromatic Colors of #3F5372
Black with #3F5372
Text Example
Text Example
White with #3F5372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5372; }
p { color: rgb(63,83,114); }
H1.HeaderClassName
{
color: #3F5372;
}
.AnyTagClassName
{
color: #3F5372;
}
</style>
background-color css
<style>
a { background-color: #3F5372; }
a { background-color: rgb(63,83,114); }
div.DivClassName
{
background-color: #3F5372;
}
.BgClassName
{
background-color: #3F5372;
}
</style>
border-color css
<style>
span { border-color: #3F5372; }
span { border-color: rgb(63,83,114); }
td.TdClassName
{
border-color: #3F5372;
}
.TagClassName
{
border-color: #3F5372;
}
</style>