Shades of Blue Zodiac #3C4359
Tints of Blue Zodiac #3C4359
RGB
CMYK
RGB Variations
Color information
#3C4359 (or 0x3C4359) is known color: Blue Zodiac. HEX triplet: 3C, 43 and 59. RGB value is (60,67,89). Sum of RGB (Red+Green+Blue) = 60+67+89=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C4359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4359 is #C3BCA6. Grayscale: #434343. Windows color (decimal): -12827815 or 5849916. OLE color: 5849916.
HSL color Cylindrical-coordinate representation of color #3C4359: hue angle of 225.52º 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 #3C4359 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 67 | 89 | - |
| CMYK | 0.33 | 0.25 | 0 | 0.65 |
| HSL | 225.52º | 0.19% | 0.29% | - |
| HSV(B) | 225.52º | 0.33% | 0.35% | - |
| XYZ | 5.67 | 5.7 | 10.25 | - |
| YUV | 67.42 | 140.18 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 89 | 0.33 | 0.25 | 0 | 0.65 | 225.52 | 0.19 | 0.29 |
| Hex | 3C | 43 | 59 | 21 | 19 | 0 | 41 | E2 | 13 | 1D |
| Octal | 74 | 103 | 131 | 41 | 31 | 0 | 101 | 342 | 23 | 35 |
| Binary | 111100 | 1000011 | 1011001 | 100001 | 11001 | 0 | 1000001 | 11100010 | 10011 | 11101 |
Color Harmonies of #3C4359
Complementary color
Monochromatic Colors of #3C4359
Black with #3C4359
Text Example
Text Example
White with #3C4359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4359; }
p { color: rgb(60,67,89); }
H1.HeaderClassName
{
color: #3C4359;
}
.AnyTagClassName
{
color: #3C4359;
}
</style>
background-color css
<style>
a { background-color: #3C4359; }
a { background-color: rgb(60,67,89); }
div.DivClassName
{
background-color: #3C4359;
}
.BgClassName
{
background-color: #3C4359;
}
</style>
border-color css
<style>
span { border-color: #3C4359; }
span { border-color: rgb(60,67,89); }
td.TdClassName
{
border-color: #3C4359;
}
.TagClassName
{
border-color: #3C4359;
}
</style>