Shades of Astronaut #3C4D75
Tints of Astronaut #3C4D75
RGB
CMYK
RGB Variations
Color information
#3C4D75 (or 0x3C4D75) is known color: Astronaut. HEX triplet: 3C, 4D and 75. RGB value is (60,77,117). Sum of RGB (Red+Green+Blue) = 60+77+117=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 77 (30.47% from 255 or 30.31% from 254); Blue value is 117 (46.09% from 255 or 46.06% from 254); Max value from RGB is 117 - color contains mainly: blue. Hex color #3C4D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4D75 is #C3B28A. Grayscale: #4C4C4C. Windows color (decimal): -12825227 or 7687484. OLE color: 7687484.
HSL color Cylindrical-coordinate representation of color #3C4D75: hue angle of 222.11º degrees, saturation: 0.32, 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 #3C4D75 is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 60 | 77 | 117 | - |
| CMYK | 0.49 | 0.34 | 0 | 0.54 |
| HSL | 222.11º | 0.32% | 0.35% | - |
| HSV(B) | 222.11º | 0.49% | 0.46% | - |
| XYZ | 7.73 | 7.55 | 17.88 | - |
| YUV | 76.48 | 150.87 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 77 | 117 | 0.49 | 0.34 | 0 | 0.54 | 222.11 | 0.32 | 0.35 |
| Hex | 3C | 4D | 75 | 31 | 22 | 0 | 36 | DE | 20 | 23 |
| Octal | 74 | 115 | 165 | 61 | 42 | 0 | 66 | 336 | 40 | 43 |
| Binary | 111100 | 1001101 | 1110101 | 110001 | 100010 | 0 | 110110 | 11011110 | 100000 | 100011 |
Color Harmonies of #3C4D75
Complementary color
Monochromatic Colors of #3C4D75
Black with #3C4D75
Text Example
Text Example
White with #3C4D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4D75; }
p { color: rgb(60,77,117); }
H1.HeaderClassName
{
color: #3C4D75;
}
.AnyTagClassName
{
color: #3C4D75;
}
</style>
background-color css
<style>
a { background-color: #3C4D75; }
a { background-color: rgb(60,77,117); }
div.DivClassName
{
background-color: #3C4D75;
}
.BgClassName
{
background-color: #3C4D75;
}
</style>
border-color css
<style>
span { border-color: #3C4D75; }
span { border-color: rgb(60,77,117); }
td.TdClassName
{
border-color: #3C4D75;
}
.TagClassName
{
border-color: #3C4D75;
}
</style>