Shades of Blue Zodiac #3C414D
Tints of Blue Zodiac #3C414D
RGB
CMYK
RGB Variations
Color information
#3C414D (or 0x3C414D) is known color: Blue Zodiac. HEX triplet: 3C, 41 and 4D. RGB value is (60,65,77). Sum of RGB (Red+Green+Blue) = 60+65+77=202 (26% of max value = 765). Red value is 60 (23.83% from 255 or 29.70% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 77 - color contains mainly: blue. Hex color #3C414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C414D is #C3BEB2. Grayscale: #404040. Windows color (decimal): -12828339 or 5062972. OLE color: 5062972.
HSL color Cylindrical-coordinate representation of color #3C414D: hue angle of 222.35º 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 #3C414D is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 60 | 65 | 77 | - |
| CMYK | 0.22 | 0.16 | 0 | 0.70 |
| HSL | 222.35º | 0.12% | 0.27% | - |
| HSV(B) | 222.35º | 0.22% | 0.3% | - |
| XYZ | 5.09 | 5.28 | 7.77 | - |
| YUV | 64.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 77 | 0.22 | 0.16 | 0 | 0.70 | 222.35 | 0.12 | 0.27 |
| Hex | 3C | 41 | 4D | 16 | 10 | 0 | 46 | DE | C | 1B |
| Octal | 74 | 101 | 115 | 26 | 20 | 0 | 106 | 336 | 14 | 33 |
| Binary | 111100 | 1000001 | 1001101 | 10110 | 10000 | 0 | 1000110 | 11011110 | 1100 | 11011 |
Color Harmonies of #3C414D
Complementary color
Monochromatic Colors of #3C414D
Black with #3C414D
Text Example
Text Example
White with #3C414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C414D; }
p { color: rgb(60,65,77); }
H1.HeaderClassName
{
color: #3C414D;
}
.AnyTagClassName
{
color: #3C414D;
}
</style>
background-color css
<style>
a { background-color: #3C414D; }
a { background-color: rgb(60,65,77); }
div.DivClassName
{
background-color: #3C414D;
}
.BgClassName
{
background-color: #3C414D;
}
</style>
border-color css
<style>
span { border-color: #3C414D; }
span { border-color: rgb(60,65,77); }
td.TdClassName
{
border-color: #3C414D;
}
.TagClassName
{
border-color: #3C414D;
}
</style>