Shades of Casal #3C595F
Tints of Casal #3C595F
RGB
CMYK
RGB Variations
Color information
#3C595F (or 0x3C595F) is known color: Casal. HEX triplet: 3C, 59 and 5F. RGB value is (60,89,95). Sum of RGB (Red+Green+Blue) = 60+89+95=244 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.59% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 95 (37.5% from 255 or 38.93% from 244); Max value from RGB is 95 - color contains mainly: blue. Hex color #3C595F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C595F is #C3A6A0. Grayscale: #505050. Windows color (decimal): -12822177 or 6248764. OLE color: 6248764.
HSL color Cylindrical-coordinate representation of color #3C595F: hue angle of 190.29º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C595F is Cyan = 0.37, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 60 | 89 | 95 | - |
| CMYK | 0.37 | 0.06 | 0 | 0.63 |
| HSL | 190.29º | 0.23% | 0.3% | - |
| HSV(B) | 190.29º | 0.37% | 0.37% | - |
| XYZ | 7.5 | 8.93 | 12.16 | - |
| YUV | 81.01 | 135.89 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 89 | 95 | 0.37 | 0.06 | 0 | 0.63 | 190.29 | 0.23 | 0.3 |
| Hex | 3C | 59 | 5F | 25 | 6 | 0 | 3F | BE | 17 | 1E |
| Octal | 74 | 131 | 137 | 45 | 6 | 0 | 77 | 276 | 27 | 36 |
| Binary | 111100 | 1011001 | 1011111 | 100101 | 110 | 0 | 111111 | 10111110 | 10111 | 11110 |
Color Harmonies of #3C595F
Complementary color
Monochromatic Colors of #3C595F
Black with #3C595F
Text Example
Text Example
White with #3C595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C595F; }
p { color: rgb(60,89,95); }
H1.HeaderClassName
{
color: #3C595F;
}
.AnyTagClassName
{
color: #3C595F;
}
</style>
background-color css
<style>
a { background-color: #3C595F; }
a { background-color: rgb(60,89,95); }
div.DivClassName
{
background-color: #3C595F;
}
.BgClassName
{
background-color: #3C595F;
}
</style>
border-color css
<style>
span { border-color: #3C595F; }
span { border-color: rgb(60,89,95); }
td.TdClassName
{
border-color: #3C595F;
}
.TagClassName
{
border-color: #3C595F;
}
</style>