Shades of Astronaut #3C4D70
Tints of Astronaut #3C4D70
RGB
CMYK
RGB Variations
Color information
#3C4D70 (or 0x3C4D70) is known color: Astronaut. HEX triplet: 3C, 4D and 70. RGB value is (60,77,112). Sum of RGB (Red+Green+Blue) = 60+77+112=249 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.10% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C4D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4D70 is #C3B28F. Grayscale: #4B4B4B. Windows color (decimal): -12825232 or 7359804. OLE color: 7359804.
HSL color Cylindrical-coordinate representation of color #3C4D70: hue angle of 220.38º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3C4D70 is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 77 | 112 | - |
| CMYK | 0.46 | 0.31 | 0 | 0.56 |
| HSL | 220.38º | 0.3% | 0.34% | - |
| HSV(B) | 220.38º | 0.46% | 0.44% | - |
| XYZ | 7.44 | 7.44 | 16.37 | - |
| YUV | 75.91 | 148.37 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 77 | 112 | 0.46 | 0.31 | 0 | 0.56 | 220.38 | 0.3 | 0.34 |
| Hex | 3C | 4D | 70 | 2E | 1F | 0 | 38 | DC | 1E | 22 |
| Octal | 74 | 115 | 160 | 56 | 37 | 0 | 70 | 334 | 36 | 42 |
| Binary | 111100 | 1001101 | 1110000 | 101110 | 11111 | 0 | 111000 | 11011100 | 11110 | 100010 |
Color Harmonies of #3C4D70
Complementary color
Monochromatic Colors of #3C4D70
Black with #3C4D70
Text Example
Text Example
White with #3C4D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4D70; }
p { color: rgb(60,77,112); }
H1.HeaderClassName
{
color: #3C4D70;
}
.AnyTagClassName
{
color: #3C4D70;
}
</style>
background-color css
<style>
a { background-color: #3C4D70; }
a { background-color: rgb(60,77,112); }
div.DivClassName
{
background-color: #3C4D70;
}
.BgClassName
{
background-color: #3C4D70;
}
</style>
border-color css
<style>
span { border-color: #3C4D70; }
span { border-color: rgb(60,77,112); }
td.TdClassName
{
border-color: #3C4D70;
}
.TagClassName
{
border-color: #3C4D70;
}
</style>