Shades of Blue Zodiac #3C4150
Tints of Blue Zodiac #3C4150
RGB
CMYK
RGB Variations
Color information
#3C4150 (or 0x3C4150) is known color: Blue Zodiac. HEX triplet: 3C, 41 and 50. RGB value is (60,65,80). Sum of RGB (Red+Green+Blue) = 60+65+80=205 (27% of max value = 765). Red value is 60 (23.83% from 255 or 29.27% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C4150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4150 is #C3BEAF. Grayscale: #414141. Windows color (decimal): -12828336 or 5259580. OLE color: 5259580.
HSL color Cylindrical-coordinate representation of color #3C4150: hue angle of 225º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3C4150 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 65 | 80 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.69 |
| HSL | 225º | 0.14% | 0.27% | - |
| HSV(B) | 225º | 0.25% | 0.31% | - |
| XYZ | 5.2 | 5.32 | 8.34 | - |
| YUV | 65.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 80 | 0.25 | 0.19 | 0 | 0.69 | 225 | 0.14 | 0.27 |
| Hex | 3C | 41 | 50 | 19 | 13 | 0 | 45 | E1 | E | 1B |
| Octal | 74 | 101 | 120 | 31 | 23 | 0 | 105 | 341 | 16 | 33 |
| Binary | 111100 | 1000001 | 1010000 | 11001 | 10011 | 0 | 1000101 | 11100001 | 1110 | 11011 |
Color Harmonies of #3C4150
Complementary color
Monochromatic Colors of #3C4150
Black with #3C4150
Text Example
Text Example
White with #3C4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4150; }
p { color: rgb(60,65,80); }
H1.HeaderClassName
{
color: #3C4150;
}
.AnyTagClassName
{
color: #3C4150;
}
</style>
background-color css
<style>
a { background-color: #3C4150; }
a { background-color: rgb(60,65,80); }
div.DivClassName
{
background-color: #3C4150;
}
.BgClassName
{
background-color: #3C4150;
}
</style>
border-color css
<style>
span { border-color: #3C4150; }
span { border-color: rgb(60,65,80); }
td.TdClassName
{
border-color: #3C4150;
}
.TagClassName
{
border-color: #3C4150;
}
</style>