Shades of Astronaut #3C4D71
Tints of Astronaut #3C4D71
RGB
CMYK
RGB Variations
Color information
#3C4D71 (or 0x3C4D71) is known color: Astronaut. HEX triplet: 3C, 4D and 71. RGB value is (60,77,113). Sum of RGB (Red+Green+Blue) = 60+77+113=250 (33% of max value = 765). Red value is 60 (23.83% from 255 or 24% from 250); Green value is 77 (30.47% from 255 or 30.8% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #3C4D71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4D71 is #C3B28E. Grayscale: #4B4B4B. Windows color (decimal): -12825231 or 7425340. OLE color: 7425340.
HSL color Cylindrical-coordinate representation of color #3C4D71: hue angle of 220.75º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3C4D71 is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 77 | 113 | - |
| CMYK | 0.47 | 0.32 | 0 | 0.56 |
| HSL | 220.75º | 0.31% | 0.34% | - |
| HSV(B) | 220.75º | 0.47% | 0.44% | - |
| XYZ | 7.5 | 7.46 | 16.67 | - |
| YUV | 76.02 | 148.87 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 77 | 113 | 0.47 | 0.32 | 0 | 0.56 | 220.75 | 0.31 | 0.34 |
| Hex | 3C | 4D | 71 | 2F | 20 | 0 | 38 | DD | 1F | 22 |
| Octal | 74 | 115 | 161 | 57 | 40 | 0 | 70 | 335 | 37 | 42 |
| Binary | 111100 | 1001101 | 1110001 | 101111 | 100000 | 0 | 111000 | 11011101 | 11111 | 100010 |
Color Harmonies of #3C4D71
Complementary color
Monochromatic Colors of #3C4D71
Black with #3C4D71
Text Example
Text Example
White with #3C4D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4D71; }
p { color: rgb(60,77,113); }
H1.HeaderClassName
{
color: #3C4D71;
}
.AnyTagClassName
{
color: #3C4D71;
}
</style>
background-color css
<style>
a { background-color: #3C4D71; }
a { background-color: rgb(60,77,113); }
div.DivClassName
{
background-color: #3C4D71;
}
.BgClassName
{
background-color: #3C4D71;
}
</style>
border-color css
<style>
span { border-color: #3C4D71; }
span { border-color: rgb(60,77,113); }
td.TdClassName
{
border-color: #3C4D71;
}
.TagClassName
{
border-color: #3C4D71;
}
</style>