Shades of Astronaut #3C4D76
Tints of Astronaut #3C4D76
RGB
CMYK
RGB Variations
Color information
#3C4D76 (or 0x3C4D76) is known color: Astronaut. HEX triplet: 3C, 4D and 76. RGB value is (60,77,118). Sum of RGB (Red+Green+Blue) = 60+77+118=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C4D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4D76 is #C3B289. Grayscale: #4C4C4C. Windows color (decimal): -12825226 or 7753020. OLE color: 7753020.
HSL color Cylindrical-coordinate representation of color #3C4D76: hue angle of 222.41º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3C4D76 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 77 | 118 | - |
| CMYK | 0.49 | 0.35 | 0 | 0.54 |
| HSL | 222.41º | 0.33% | 0.35% | - |
| HSV(B) | 222.41º | 0.49% | 0.46% | - |
| XYZ | 7.79 | 7.58 | 18.19 | - |
| YUV | 76.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 77 | 118 | 0.49 | 0.35 | 0 | 0.54 | 222.41 | 0.33 | 0.35 |
| Hex | 3C | 4D | 76 | 31 | 23 | 0 | 36 | DE | 21 | 23 |
| Octal | 74 | 115 | 166 | 61 | 43 | 0 | 66 | 336 | 41 | 43 |
| Binary | 111100 | 1001101 | 1110110 | 110001 | 100011 | 0 | 110110 | 11011110 | 100001 | 100011 |
Color Harmonies of #3C4D76
Complementary color
Monochromatic Colors of #3C4D76
Black with #3C4D76
Text Example
Text Example
White with #3C4D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4D76; }
p { color: rgb(60,77,118); }
H1.HeaderClassName
{
color: #3C4D76;
}
.AnyTagClassName
{
color: #3C4D76;
}
</style>
background-color css
<style>
a { background-color: #3C4D76; }
a { background-color: rgb(60,77,118); }
div.DivClassName
{
background-color: #3C4D76;
}
.BgClassName
{
background-color: #3C4D76;
}
</style>
border-color css
<style>
span { border-color: #3C4D76; }
span { border-color: rgb(60,77,118); }
td.TdClassName
{
border-color: #3C4D76;
}
.TagClassName
{
border-color: #3C4D76;
}
</style>