Shades of Astronaut #3C4C70
Tints of Astronaut #3C4C70
RGB
CMYK
RGB Variations
Color information
#3C4C70 (or 0x3C4C70) is known color: Astronaut. HEX triplet: 3C, 4C and 70. RGB value is (60,76,112). Sum of RGB (Red+Green+Blue) = 60+76+112=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 76 (30.08% from 255 or 30.65% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #3C4C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4C70 is #C3B38F. Grayscale: #4B4B4B. Windows color (decimal): -12825488 or 7359548. OLE color: 7359548.
HSL color Cylindrical-coordinate representation of color #3C4C70: hue angle of 221.54º 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 #3C4C70 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 60 | 76 | 112 | - |
| CMYK | 0.46 | 0.32 | 0 | 0.56 |
| HSL | 221.54º | 0.3% | 0.34% | - |
| HSV(B) | 221.54º | 0.46% | 0.44% | - |
| XYZ | 7.37 | 7.3 | 16.35 | - |
| YUV | 75.32 | 148.7 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 76 | 112 | 0.46 | 0.32 | 0 | 0.56 | 221.54 | 0.3 | 0.34 |
| Hex | 3C | 4C | 70 | 2E | 20 | 0 | 38 | DE | 1E | 22 |
| Octal | 74 | 114 | 160 | 56 | 40 | 0 | 70 | 336 | 36 | 42 |
| Binary | 111100 | 1001100 | 1110000 | 101110 | 100000 | 0 | 111000 | 11011110 | 11110 | 100010 |
Color Harmonies of #3C4C70
Complementary color
Monochromatic Colors of #3C4C70
Black with #3C4C70
Text Example
Text Example
White with #3C4C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4C70; }
p { color: rgb(60,76,112); }
H1.HeaderClassName
{
color: #3C4C70;
}
.AnyTagClassName
{
color: #3C4C70;
}
</style>
background-color css
<style>
a { background-color: #3C4C70; }
a { background-color: rgb(60,76,112); }
div.DivClassName
{
background-color: #3C4C70;
}
.BgClassName
{
background-color: #3C4C70;
}
</style>
border-color css
<style>
span { border-color: #3C4C70; }
span { border-color: rgb(60,76,112); }
td.TdClassName
{
border-color: #3C4C70;
}
.TagClassName
{
border-color: #3C4C70;
}
</style>