Shades of Blue Zodiac #3C4559
Tints of Blue Zodiac #3C4559
RGB
CMYK
RGB Variations
Color information
#3C4559 (or 0x3C4559) is known color: Blue Zodiac. HEX triplet: 3C, 45 and 59. RGB value is (60,69,89). Sum of RGB (Red+Green+Blue) = 60+69+89=218 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.52% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C4559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4559 is #C3BAA6. Grayscale: #444444. Windows color (decimal): -12827303 or 5850428. OLE color: 5850428.
HSL color Cylindrical-coordinate representation of color #3C4559: hue angle of 221.38º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C4559 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 69 | 89 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.65 |
| HSL | 221.38º | 0.19% | 0.29% | - |
| HSV(B) | 221.38º | 0.33% | 0.35% | - |
| XYZ | 5.79 | 5.94 | 10.29 | - |
| YUV | 68.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 69 | 89 | 0.33 | 0.22 | 0 | 0.65 | 221.38 | 0.19 | 0.29 |
| Hex | 3C | 45 | 59 | 21 | 16 | 0 | 41 | DD | 13 | 1D |
| Octal | 74 | 105 | 131 | 41 | 26 | 0 | 101 | 335 | 23 | 35 |
| Binary | 111100 | 1000101 | 1011001 | 100001 | 10110 | 0 | 1000001 | 11011101 | 10011 | 11101 |
Color Harmonies of #3C4559
Complementary color
Monochromatic Colors of #3C4559
Black with #3C4559
Text Example
Text Example
White with #3C4559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4559; }
p { color: rgb(60,69,89); }
H1.HeaderClassName
{
color: #3C4559;
}
.AnyTagClassName
{
color: #3C4559;
}
</style>
background-color css
<style>
a { background-color: #3C4559; }
a { background-color: rgb(60,69,89); }
div.DivClassName
{
background-color: #3C4559;
}
.BgClassName
{
background-color: #3C4559;
}
</style>
border-color css
<style>
span { border-color: #3C4559; }
span { border-color: rgb(60,69,89); }
td.TdClassName
{
border-color: #3C4559;
}
.TagClassName
{
border-color: #3C4559;
}
</style>