Shades of Casal #3C5960
Tints of Casal #3C5960
RGB
CMYK
RGB Variations
Color information
#3C5960 (or 0x3C5960) is known color: Casal. HEX triplet: 3C, 59 and 60. RGB value is (60,89,96). Sum of RGB (Red+Green+Blue) = 60+89+96=245 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.49% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C5960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5960 is #C3A69F. Grayscale: #515151. Windows color (decimal): -12822176 or 6314300. OLE color: 6314300.
HSL color Cylindrical-coordinate representation of color #3C5960: hue angle of 191.67º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C5960 is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 89 | 96 | - |
| CMYK | 0.38 | 0.07 | 0 | 0.62 |
| HSL | 191.67º | 0.23% | 0.31% | - |
| HSV(B) | 191.67º | 0.38% | 0.38% | - |
| XYZ | 7.55 | 8.95 | 12.4 | - |
| YUV | 81.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 89 | 96 | 0.38 | 0.07 | 0 | 0.62 | 191.67 | 0.23 | 0.31 |
| Hex | 3C | 59 | 60 | 26 | 7 | 0 | 3E | C0 | 17 | 1F |
| Octal | 74 | 131 | 140 | 46 | 7 | 0 | 76 | 300 | 27 | 37 |
| Binary | 111100 | 1011001 | 1100000 | 100110 | 111 | 0 | 111110 | 11000000 | 10111 | 11111 |
Color Harmonies of #3C5960
Complementary color
Monochromatic Colors of #3C5960
Black with #3C5960
Text Example
Text Example
White with #3C5960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5960; }
p { color: rgb(60,89,96); }
H1.HeaderClassName
{
color: #3C5960;
}
.AnyTagClassName
{
color: #3C5960;
}
</style>
background-color css
<style>
a { background-color: #3C5960; }
a { background-color: rgb(60,89,96); }
div.DivClassName
{
background-color: #3C5960;
}
.BgClassName
{
background-color: #3C5960;
}
</style>
border-color css
<style>
span { border-color: #3C5960; }
span { border-color: rgb(60,89,96); }
td.TdClassName
{
border-color: #3C5960;
}
.TagClassName
{
border-color: #3C5960;
}
</style>