Shades of Blue Zodiac #3C4055
Tints of Blue Zodiac #3C4055
RGB
CMYK
RGB Variations
Color information
#3C4055 (or 0x3C4055) is known color: Blue Zodiac. HEX triplet: 3C, 40 and 55. RGB value is (60,64,85). Sum of RGB (Red+Green+Blue) = 60+64+85=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C4055 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4055 is #C3BFAA. Grayscale: #414141. Windows color (decimal): -12828587 or 5587004. OLE color: 5587004.
HSL color Cylindrical-coordinate representation of color #3C4055: hue angle of 230.4º 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 #3C4055 is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 64 | 85 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.67 |
| HSL | 230.4º | 0.17% | 0.28% | - |
| HSV(B) | 230.4º | 0.29% | 0.33% | - |
| XYZ | 5.34 | 5.28 | 9.33 | - |
| YUV | 65.2 | 139.17 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 85 | 0.29 | 0.25 | 0 | 0.67 | 230.4 | 0.17 | 0.28 |
| Hex | 3C | 40 | 55 | 1D | 19 | 0 | 43 | E6 | 11 | 1C |
| Octal | 74 | 100 | 125 | 35 | 31 | 0 | 103 | 346 | 21 | 34 |
| Binary | 111100 | 1000000 | 1010101 | 11101 | 11001 | 0 | 1000011 | 11100110 | 10001 | 11100 |
Color Harmonies of #3C4055
Complementary color
Monochromatic Colors of #3C4055
Black with #3C4055
Text Example
Text Example
White with #3C4055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4055; }
p { color: rgb(60,64,85); }
H1.HeaderClassName
{
color: #3C4055;
}
.AnyTagClassName
{
color: #3C4055;
}
</style>
background-color css
<style>
a { background-color: #3C4055; }
a { background-color: rgb(60,64,85); }
div.DivClassName
{
background-color: #3C4055;
}
.BgClassName
{
background-color: #3C4055;
}
</style>
border-color css
<style>
span { border-color: #3C4055; }
span { border-color: rgb(60,64,85); }
td.TdClassName
{
border-color: #3C4055;
}
.TagClassName
{
border-color: #3C4055;
}
</style>