Shades of Blue Zodiac #3C4355
Tints of Blue Zodiac #3C4355
RGB
CMYK
RGB Variations
Color information
#3C4355 (or 0x3C4355) is known color: Blue Zodiac. HEX triplet: 3C, 43 and 55. RGB value is (60,67,85). Sum of RGB (Red+Green+Blue) = 60+67+85=212 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.30% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 85 (33.59% from 255 or 40.09% from 212); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C4355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4355 is #C3BCAA. Grayscale: #424242. Windows color (decimal): -12827819 or 5587772. OLE color: 5587772.
HSL color Cylindrical-coordinate representation of color #3C4355: hue angle of 223.2º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C4355 is Cyan = 0.29, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 67 | 85 | - |
| CMYK | 0.29 | 0.21 | 0 | 0.67 |
| HSL | 223.2º | 0.17% | 0.28% | - |
| HSV(B) | 223.2º | 0.29% | 0.33% | - |
| XYZ | 5.51 | 5.63 | 9.39 | - |
| YUV | 66.96 | 138.18 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 67 | 85 | 0.29 | 0.21 | 0 | 0.67 | 223.2 | 0.17 | 0.28 |
| Hex | 3C | 43 | 55 | 1D | 15 | 0 | 43 | DF | 11 | 1C |
| Octal | 74 | 103 | 125 | 35 | 25 | 0 | 103 | 337 | 21 | 34 |
| Binary | 111100 | 1000011 | 1010101 | 11101 | 10101 | 0 | 1000011 | 11011111 | 10001 | 11100 |
Color Harmonies of #3C4355
Complementary color
Monochromatic Colors of #3C4355
Black with #3C4355
Text Example
Text Example
White with #3C4355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4355; }
p { color: rgb(60,67,85); }
H1.HeaderClassName
{
color: #3C4355;
}
.AnyTagClassName
{
color: #3C4355;
}
</style>
background-color css
<style>
a { background-color: #3C4355; }
a { background-color: rgb(60,67,85); }
div.DivClassName
{
background-color: #3C4355;
}
.BgClassName
{
background-color: #3C4355;
}
</style>
border-color css
<style>
span { border-color: #3C4355; }
span { border-color: rgb(60,67,85); }
td.TdClassName
{
border-color: #3C4355;
}
.TagClassName
{
border-color: #3C4355;
}
</style>