Shades of Blue Zodiac #3C4154
Tints of Blue Zodiac #3C4154
RGB
CMYK
RGB Variations
Color information
#3C4154 (or 0x3C4154) is known color: Blue Zodiac. HEX triplet: 3C, 41 and 54. RGB value is (60,65,84). Sum of RGB (Red+Green+Blue) = 60+65+84=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 84 - color contains mainly: blue. Hex color #3C4154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4154 is #C3BEAB. Grayscale: #414141. Windows color (decimal): -12828332 or 5521724. OLE color: 5521724.
HSL color Cylindrical-coordinate representation of color #3C4154: hue angle of 227.5º 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 #3C4154 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 65 | 84 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.67 |
| HSL | 227.5º | 0.17% | 0.28% | - |
| HSV(B) | 227.5º | 0.29% | 0.33% | - |
| XYZ | 5.35 | 5.38 | 9.14 | - |
| YUV | 65.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 84 | 0.29 | 0.23 | 0 | 0.67 | 227.5 | 0.17 | 0.28 |
| Hex | 3C | 41 | 54 | 1D | 17 | 0 | 43 | E4 | 11 | 1C |
| Octal | 74 | 101 | 124 | 35 | 27 | 0 | 103 | 344 | 21 | 34 |
| Binary | 111100 | 1000001 | 1010100 | 11101 | 10111 | 0 | 1000011 | 11100100 | 10001 | 11100 |
Color Harmonies of #3C4154
Complementary color
Monochromatic Colors of #3C4154
Black with #3C4154
Text Example
Text Example
White with #3C4154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4154; }
p { color: rgb(60,65,84); }
H1.HeaderClassName
{
color: #3C4154;
}
.AnyTagClassName
{
color: #3C4154;
}
</style>
background-color css
<style>
a { background-color: #3C4154; }
a { background-color: rgb(60,65,84); }
div.DivClassName
{
background-color: #3C4154;
}
.BgClassName
{
background-color: #3C4154;
}
</style>
border-color css
<style>
span { border-color: #3C4154; }
span { border-color: rgb(60,65,84); }
td.TdClassName
{
border-color: #3C4154;
}
.TagClassName
{
border-color: #3C4154;
}
</style>