Shades of Astronaut #3F5175
Tints of Astronaut #3F5175
RGB
CMYK
RGB Variations
Color information
#3F5175 (or 0x3F5175) is known color: Astronaut. HEX triplet: 3F, 51 and 75. RGB value is (63,81,117). Sum of RGB (Red+Green+Blue) = 63+81+117=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #3F5175 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F5175 is #C0AE8A. Grayscale: #4F4F4F. Windows color (decimal): -12627595 or 7688511. OLE color: 7688511.
HSL color Cylindrical-coordinate representation of color #3F5175: hue angle of 220º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F5175 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 63 | 81 | 117 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.54 |
| HSL | 220º | 0.3% | 0.35% | - |
| HSV(B) | 220º | 0.46% | 0.46% | - |
| XYZ | 8.2 | 8.23 | 17.99 | - |
| YUV | 79.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 81 | 117 | 0.46 | 0.31 | 0 | 0.54 | 220 | 0.3 | 0.35 |
| Hex | 3F | 51 | 75 | 2E | 1F | 0 | 36 | DC | 1E | 23 |
| Octal | 77 | 121 | 165 | 56 | 37 | 0 | 66 | 334 | 36 | 43 |
| Binary | 111111 | 1010001 | 1110101 | 101110 | 11111 | 0 | 110110 | 11011100 | 11110 | 100011 |
Color Harmonies of #3F5175
Complementary color
Monochromatic Colors of #3F5175
Black with #3F5175
Text Example
Text Example
White with #3F5175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5175; }
p { color: rgb(63,81,117); }
H1.HeaderClassName
{
color: #3F5175;
}
.AnyTagClassName
{
color: #3F5175;
}
</style>
background-color css
<style>
a { background-color: #3F5175; }
a { background-color: rgb(63,81,117); }
div.DivClassName
{
background-color: #3F5175;
}
.BgClassName
{
background-color: #3F5175;
}
</style>
border-color css
<style>
span { border-color: #3F5175; }
span { border-color: rgb(63,81,117); }
td.TdClassName
{
border-color: #3F5175;
}
.TagClassName
{
border-color: #3F5175;
}
</style>