Shades of Astronaut #3C4C6B
Tints of Astronaut #3C4C6B
RGB
CMYK
RGB Variations
Color information
#3C4C6B (or 0x3C4C6B) is known color: Astronaut. HEX triplet: 3C, 4C and 6B. RGB value is (60,76,107). Sum of RGB (Red+Green+Blue) = 60+76+107=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 76 (30.08% from 255 or 31.28% from 243); Blue value is 107 (42.19% from 255 or 44.03% from 243); Max value from RGB is 107 - color contains mainly: blue. Hex color #3C4C6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4C6B is #C3B394. Grayscale: #4A4A4A. Windows color (decimal): -12825493 or 7031868. OLE color: 7031868.
HSL color Cylindrical-coordinate representation of color #3C4C6B: hue angle of 219.57º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3C4C6B is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 60 | 76 | 107 | - |
| CMYK | 0.44 | 0.29 | 0 | 0.58 |
| HSL | 219.57º | 0.28% | 0.33% | - |
| HSV(B) | 219.57º | 0.44% | 0.42% | - |
| XYZ | 7.1 | 7.19 | 14.92 | - |
| YUV | 74.75 | 146.2 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 76 | 107 | 0.44 | 0.29 | 0 | 0.58 | 219.57 | 0.28 | 0.33 |
| Hex | 3C | 4C | 6B | 2C | 1D | 0 | 3A | DC | 1C | 21 |
| Octal | 74 | 114 | 153 | 54 | 35 | 0 | 72 | 334 | 34 | 41 |
| Binary | 111100 | 1001100 | 1101011 | 101100 | 11101 | 0 | 111010 | 11011100 | 11100 | 100001 |
Color Harmonies of #3C4C6B
Complementary color
Monochromatic Colors of #3C4C6B
Black with #3C4C6B
Text Example
Text Example
White with #3C4C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4C6B; }
p { color: rgb(60,76,107); }
H1.HeaderClassName
{
color: #3C4C6B;
}
.AnyTagClassName
{
color: #3C4C6B;
}
</style>
background-color css
<style>
a { background-color: #3C4C6B; }
a { background-color: rgb(60,76,107); }
div.DivClassName
{
background-color: #3C4C6B;
}
.BgClassName
{
background-color: #3C4C6B;
}
</style>
border-color css
<style>
span { border-color: #3C4C6B; }
span { border-color: rgb(60,76,107); }
td.TdClassName
{
border-color: #3C4C6B;
}
.TagClassName
{
border-color: #3C4C6B;
}
</style>