Shades of Blue Zodiac #3C404D
Tints of Blue Zodiac #3C404D
RGB
CMYK
RGB Variations
Color information
#3C404D (or 0x3C404D) is known color: Blue Zodiac. HEX triplet: 3C, 40 and 4D. RGB value is (60,64,77). Sum of RGB (Red+Green+Blue) = 60+64+77=201 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.85% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C404D is #C3BFB2. Grayscale: #404040. Windows color (decimal): -12828595 or 5062716. OLE color: 5062716.
HSL color Cylindrical-coordinate representation of color #3C404D: hue angle of 225.88º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3C404D is Cyan = 0.22, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 64 | 77 | - |
| CMYK | 0.22 | 0.17 | 0 | 0.70 |
| HSL | 225.88º | 0.12% | 0.27% | - |
| HSV(B) | 225.88º | 0.22% | 0.3% | - |
| XYZ | 5.04 | 5.16 | 7.75 | - |
| YUV | 64.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 77 | 0.22 | 0.17 | 0 | 0.70 | 225.88 | 0.12 | 0.27 |
| Hex | 3C | 40 | 4D | 16 | 11 | 0 | 46 | E2 | C | 1B |
| Octal | 74 | 100 | 115 | 26 | 21 | 0 | 106 | 342 | 14 | 33 |
| Binary | 111100 | 1000000 | 1001101 | 10110 | 10001 | 0 | 1000110 | 11100010 | 1100 | 11011 |
Color Harmonies of #3C404D
Complementary color
Monochromatic Colors of #3C404D
Black with #3C404D
Text Example
Text Example
White with #3C404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C404D; }
p { color: rgb(60,64,77); }
H1.HeaderClassName
{
color: #3C404D;
}
.AnyTagClassName
{
color: #3C404D;
}
</style>
background-color css
<style>
a { background-color: #3C404D; }
a { background-color: rgb(60,64,77); }
div.DivClassName
{
background-color: #3C404D;
}
.BgClassName
{
background-color: #3C404D;
}
</style>
border-color css
<style>
span { border-color: #3C404D; }
span { border-color: rgb(60,64,77); }
td.TdClassName
{
border-color: #3C404D;
}
.TagClassName
{
border-color: #3C404D;
}
</style>