Shades of Casal #3C5155
Tints of Casal #3C5155
RGB
CMYK
RGB Variations
Color information
#3C5155 (or 0x3C5155) is known color: Casal. HEX triplet: 3C, 51 and 55. RGB value is (60,81,85). Sum of RGB (Red+Green+Blue) = 60+81+85=226 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.55% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 85 - color contains mainly: blue. Hex color #3C5155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5155 is #C3AEAA. Grayscale: #4B4B4B. Windows color (decimal): -12824235 or 5591356. OLE color: 5591356.
HSL color Cylindrical-coordinate representation of color #3C5155: hue angle of 189.6º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3C5155 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 81 | 85 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.67 |
| HSL | 189.6º | 0.17% | 0.28% | - |
| HSV(B) | 189.6º | 0.29% | 0.33% | - |
| XYZ | 6.45 | 7.5 | 9.7 | - |
| YUV | 75.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 81 | 85 | 0.29 | 0.05 | 0 | 0.67 | 189.6 | 0.17 | 0.28 |
| Hex | 3C | 51 | 55 | 1D | 5 | 0 | 43 | BE | 11 | 1C |
| Octal | 74 | 121 | 125 | 35 | 5 | 0 | 103 | 276 | 21 | 34 |
| Binary | 111100 | 1010001 | 1010101 | 11101 | 101 | 0 | 1000011 | 10111110 | 10001 | 11100 |
Color Harmonies of #3C5155
Complementary color
Monochromatic Colors of #3C5155
Black with #3C5155
Text Example
Text Example
White with #3C5155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5155; }
p { color: rgb(60,81,85); }
H1.HeaderClassName
{
color: #3C5155;
}
.AnyTagClassName
{
color: #3C5155;
}
</style>
background-color css
<style>
a { background-color: #3C5155; }
a { background-color: rgb(60,81,85); }
div.DivClassName
{
background-color: #3C5155;
}
.BgClassName
{
background-color: #3C5155;
}
</style>
border-color css
<style>
span { border-color: #3C5155; }
span { border-color: rgb(60,81,85); }
td.TdClassName
{
border-color: #3C5155;
}
.TagClassName
{
border-color: #3C5155;
}
</style>