Shades of Casal #3C575F
Tints of Casal #3C575F
RGB
CMYK
RGB Variations
Color information
#3C575F (or 0x3C575F) is known color: Casal. HEX triplet: 3C, 57 and 5F. RGB value is (60,87,95). Sum of RGB (Red+Green+Blue) = 60+87+95=242 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.79% from 242); Green value is 87 (34.38% from 255 or 35.95% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 95 - color contains mainly: blue. Hex color #3C575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C575F is #C3A8A0. Grayscale: #4F4F4F. Windows color (decimal): -12822689 or 6248252. OLE color: 6248252.
HSL color Cylindrical-coordinate representation of color #3C575F: hue angle of 193.71º 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 #3C575F is Cyan = 0.37, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 60 | 87 | 95 | - |
| CMYK | 0.37 | 0.08 | 0 | 0.63 |
| HSL | 193.71º | 0.23% | 0.3% | - |
| HSV(B) | 193.71º | 0.37% | 0.37% | - |
| XYZ | 7.34 | 8.6 | 12.1 | - |
| YUV | 79.84 | 136.55 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 87 | 95 | 0.37 | 0.08 | 0 | 0.63 | 193.71 | 0.23 | 0.3 |
| Hex | 3C | 57 | 5F | 25 | 8 | 0 | 3F | C2 | 17 | 1E |
| Octal | 74 | 127 | 137 | 45 | 10 | 0 | 77 | 302 | 27 | 36 |
| Binary | 111100 | 1010111 | 1011111 | 100101 | 1000 | 0 | 111111 | 11000010 | 10111 | 11110 |
Color Harmonies of #3C575F
Complementary color
Monochromatic Colors of #3C575F
Black with #3C575F
Text Example
Text Example
White with #3C575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C575F; }
p { color: rgb(60,87,95); }
H1.HeaderClassName
{
color: #3C575F;
}
.AnyTagClassName
{
color: #3C575F;
}
</style>
background-color css
<style>
a { background-color: #3C575F; }
a { background-color: rgb(60,87,95); }
div.DivClassName
{
background-color: #3C575F;
}
.BgClassName
{
background-color: #3C575F;
}
</style>
border-color css
<style>
span { border-color: #3C575F; }
span { border-color: rgb(60,87,95); }
td.TdClassName
{
border-color: #3C575F;
}
.TagClassName
{
border-color: #3C575F;
}
</style>