Shades of Casal #3C5C60
Tints of Casal #3C5C60
RGB
CMYK
RGB Variations
Color information
#3C5C60 (or 0x3C5C60) is known color: Casal. HEX triplet: 3C, 5C and 60. RGB value is (60,92,96). Sum of RGB (Red+Green+Blue) = 60+92+96=248 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.19% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 96 (37.89% from 255 or 38.71% from 248); Max value from RGB is 96 - color contains mainly: blue. Hex color #3C5C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5C60 is #C3A39F. Grayscale: #525252. Windows color (decimal): -12821408 or 6315068. OLE color: 6315068.
HSL color Cylindrical-coordinate representation of color #3C5C60: hue angle of 186.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 #3C5C60 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 60 | 92 | 96 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.62 |
| HSL | 186.67º | 0.23% | 0.31% | - |
| HSV(B) | 186.67º | 0.38% | 0.38% | - |
| XYZ | 7.8 | 9.46 | 12.48 | - |
| YUV | 82.89 | 135.4 | 111.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 92 | 96 | 0.38 | 0.04 | 0 | 0.62 | 186.67 | 0.23 | 0.31 |
| Hex | 3C | 5C | 60 | 26 | 4 | 0 | 3E | BB | 17 | 1F |
| Octal | 74 | 134 | 140 | 46 | 4 | 0 | 76 | 273 | 27 | 37 |
| Binary | 111100 | 1011100 | 1100000 | 100110 | 100 | 0 | 111110 | 10111011 | 10111 | 11111 |
Color Harmonies of #3C5C60
Complementary color
Monochromatic Colors of #3C5C60
Black with #3C5C60
Text Example
Text Example
White with #3C5C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5C60; }
p { color: rgb(60,92,96); }
H1.HeaderClassName
{
color: #3C5C60;
}
.AnyTagClassName
{
color: #3C5C60;
}
</style>
background-color css
<style>
a { background-color: #3C5C60; }
a { background-color: rgb(60,92,96); }
div.DivClassName
{
background-color: #3C5C60;
}
.BgClassName
{
background-color: #3C5C60;
}
</style>
border-color css
<style>
span { border-color: #3C5C60; }
span { border-color: rgb(60,92,96); }
td.TdClassName
{
border-color: #3C5C60;
}
.TagClassName
{
border-color: #3C5C60;
}
</style>