Shades of Casal #3C4D50
Tints of Casal #3C4D50
RGB
CMYK
RGB Variations
Color information
#3C4D50 (or 0x3C4D50) is known color: Casal. HEX triplet: 3C, 4D and 50. RGB value is (60,77,80). Sum of RGB (Red+Green+Blue) = 60+77+80=217 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.65% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 80 - color contains mainly: blue. Hex color #3C4D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4D50 is #C3B2AF. Grayscale: #484848. Windows color (decimal): -12825264 or 5262652. OLE color: 5262652.
HSL color Cylindrical-coordinate representation of color #3C4D50: hue angle of 189º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3C4D50 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 60 | 77 | 80 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.69 |
| HSL | 189º | 0.14% | 0.27% | - |
| HSV(B) | 189º | 0.25% | 0.31% | - |
| XYZ | 5.97 | 6.85 | 8.6 | - |
| YUV | 72.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 77 | 80 | 0.25 | 0.04 | 0 | 0.69 | 189 | 0.14 | 0.27 |
| Hex | 3C | 4D | 50 | 19 | 4 | 0 | 45 | BD | E | 1B |
| Octal | 74 | 115 | 120 | 31 | 4 | 0 | 105 | 275 | 16 | 33 |
| Binary | 111100 | 1001101 | 1010000 | 11001 | 100 | 0 | 1000101 | 10111101 | 1110 | 11011 |
Color Harmonies of #3C4D50
Complementary color
Monochromatic Colors of #3C4D50
Black with #3C4D50
Text Example
Text Example
White with #3C4D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4D50; }
p { color: rgb(60,77,80); }
H1.HeaderClassName
{
color: #3C4D50;
}
.AnyTagClassName
{
color: #3C4D50;
}
</style>
background-color css
<style>
a { background-color: #3C4D50; }
a { background-color: rgb(60,77,80); }
div.DivClassName
{
background-color: #3C4D50;
}
.BgClassName
{
background-color: #3C4D50;
}
</style>
border-color css
<style>
span { border-color: #3C4D50; }
span { border-color: rgb(60,77,80); }
td.TdClassName
{
border-color: #3C4D50;
}
.TagClassName
{
border-color: #3C4D50;
}
</style>