Shades of Astronaut #3F536C
Tints of Astronaut #3F536C
RGB
CMYK
RGB Variations
Color information
#3F536C (or 0x3F536C) is known color: Astronaut. HEX triplet: 3F, 53 and 6C. RGB value is (63,83,108). Sum of RGB (Red+Green+Blue) = 63+83+108=254 (33% of max value = 765). Red value is 63 (25% from 255 or 24.80% from 254); Green value is 83 (32.81% from 255 or 32.68% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 108 - color contains mainly: blue. Hex color #3F536C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F536C is #C0AC93. Grayscale: #4F4F4F. Windows color (decimal): -12627092 or 7099199. OLE color: 7099199.
HSL color Cylindrical-coordinate representation of color #3F536C: hue angle of 213.33º degrees, saturation: 0.26, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F536C is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 63 | 83 | 108 | - |
| CMYK | 0.42 | 0.23 | 0 | 0.58 |
| HSL | 213.33º | 0.26% | 0.34% | - |
| HSV(B) | 213.33º | 0.42% | 0.42% | - |
| XYZ | 7.85 | 8.33 | 15.38 | - |
| YUV | 79.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 108 | 0.42 | 0.23 | 0 | 0.58 | 213.33 | 0.26 | 0.34 |
| Hex | 3F | 53 | 6C | 2A | 17 | 0 | 3A | D5 | 1A | 22 |
| Octal | 77 | 123 | 154 | 52 | 27 | 0 | 72 | 325 | 32 | 42 |
| Binary | 111111 | 1010011 | 1101100 | 101010 | 10111 | 0 | 111010 | 11010101 | 11010 | 100010 |
Color Harmonies of #3F536C
Complementary color
Monochromatic Colors of #3F536C
Black with #3F536C
Text Example
Text Example
White with #3F536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F536C; }
p { color: rgb(63,83,108); }
H1.HeaderClassName
{
color: #3F536C;
}
.AnyTagClassName
{
color: #3F536C;
}
</style>
background-color css
<style>
a { background-color: #3F536C; }
a { background-color: rgb(63,83,108); }
div.DivClassName
{
background-color: #3F536C;
}
.BgClassName
{
background-color: #3F536C;
}
</style>
border-color css
<style>
span { border-color: #3F536C; }
span { border-color: rgb(63,83,108); }
td.TdClassName
{
border-color: #3F536C;
}
.TagClassName
{
border-color: #3F536C;
}
</style>