Shades of Casal #3C5760
Tints of Casal #3C5760
RGB
CMYK
RGB Variations
Color information
#3C5760 (or 0x3C5760) is known color: Casal. HEX triplet: 3C, 57 and 60. RGB value is (60,87,96). Sum of RGB (Red+Green+Blue) = 60+87+96=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 87 (34.38% from 255 or 35.80% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C5760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5760 is #C3A89F. Grayscale: #4F4F4F. Windows color (decimal): -12822688 or 6313788. OLE color: 6313788.
HSL color Cylindrical-coordinate representation of color #3C5760: hue angle of 195º 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 #3C5760 is Cyan = 0.38, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 87 | 96 | - |
| CMYK | 0.38 | 0.09 | 0 | 0.62 |
| HSL | 195º | 0.23% | 0.31% | - |
| HSV(B) | 195º | 0.38% | 0.38% | - |
| XYZ | 7.38 | 8.62 | 12.34 | - |
| YUV | 79.95 | 137.05 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 87 | 96 | 0.38 | 0.09 | 0 | 0.62 | 195 | 0.23 | 0.31 |
| Hex | 3C | 57 | 60 | 26 | 9 | 0 | 3E | C3 | 17 | 1F |
| Octal | 74 | 127 | 140 | 46 | 11 | 0 | 76 | 303 | 27 | 37 |
| Binary | 111100 | 1010111 | 1100000 | 100110 | 1001 | 0 | 111110 | 11000011 | 10111 | 11111 |
Color Harmonies of #3C5760
Complementary color
Monochromatic Colors of #3C5760
Black with #3C5760
Text Example
Text Example
White with #3C5760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5760; }
p { color: rgb(60,87,96); }
H1.HeaderClassName
{
color: #3C5760;
}
.AnyTagClassName
{
color: #3C5760;
}
</style>
background-color css
<style>
a { background-color: #3C5760; }
a { background-color: rgb(60,87,96); }
div.DivClassName
{
background-color: #3C5760;
}
.BgClassName
{
background-color: #3C5760;
}
</style>
border-color css
<style>
span { border-color: #3C5760; }
span { border-color: rgb(60,87,96); }
td.TdClassName
{
border-color: #3C5760;
}
.TagClassName
{
border-color: #3C5760;
}
</style>