Shades of Blue Zodiac #3C4053
Tints of Blue Zodiac #3C4053
RGB
CMYK
RGB Variations
Color information
#3C4053 (or 0x3C4053) is known color: Blue Zodiac. HEX triplet: 3C, 40 and 53. RGB value is (60,64,83). Sum of RGB (Red+Green+Blue) = 60+64+83=207 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.99% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C4053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4053 is #C3BFAC. Grayscale: #404040. Windows color (decimal): -12828589 or 5455932. OLE color: 5455932.
HSL color Cylindrical-coordinate representation of color #3C4053: hue angle of 229.57º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C4053 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 64 | 83 | - |
| CMYK | 0.28 | 0.23 | 0 | 0.67 |
| HSL | 229.57º | 0.16% | 0.28% | - |
| HSV(B) | 229.57º | 0.28% | 0.33% | - |
| XYZ | 5.26 | 5.25 | 8.92 | - |
| YUV | 64.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 83 | 0.28 | 0.23 | 0 | 0.67 | 229.57 | 0.16 | 0.28 |
| Hex | 3C | 40 | 53 | 1C | 17 | 0 | 43 | E6 | 10 | 1C |
| Octal | 74 | 100 | 123 | 34 | 27 | 0 | 103 | 346 | 20 | 34 |
| Binary | 111100 | 1000000 | 1010011 | 11100 | 10111 | 0 | 1000011 | 11100110 | 10000 | 11100 |
Color Harmonies of #3C4053
Complementary color
Monochromatic Colors of #3C4053
Black with #3C4053
Text Example
Text Example
White with #3C4053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4053; }
p { color: rgb(60,64,83); }
H1.HeaderClassName
{
color: #3C4053;
}
.AnyTagClassName
{
color: #3C4053;
}
</style>
background-color css
<style>
a { background-color: #3C4053; }
a { background-color: rgb(60,64,83); }
div.DivClassName
{
background-color: #3C4053;
}
.BgClassName
{
background-color: #3C4053;
}
</style>
border-color css
<style>
span { border-color: #3C4053; }
span { border-color: rgb(60,64,83); }
td.TdClassName
{
border-color: #3C4053;
}
.TagClassName
{
border-color: #3C4053;
}
</style>