Shades of Casal #3B5560
Tints of Casal #3B5560
RGB
CMYK
RGB Variations
Color information
#3B5560 (or 0x3B5560) is known color: Casal. HEX triplet: 3B, 55 and 60. RGB value is (59,85,96). Sum of RGB (Red+Green+Blue) = 59+85+96=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 96 (37.89% from 255 or 40% from 240); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B5560 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5560 is #C4AA9F. Grayscale: #4E4E4E. Windows color (decimal): -12888736 or 6313275. OLE color: 6313275.
HSL color Cylindrical-coordinate representation of color #3B5560: hue angle of 197.84º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B5560 is Cyan = 0.39, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 85 | 96 | - |
| CMYK | 0.39 | 0.11 | 0 | 0.62 |
| HSL | 197.84º | 0.24% | 0.3% | - |
| HSV(B) | 197.84º | 0.39% | 0.38% | - |
| XYZ | 7.16 | 8.27 | 12.29 | - |
| YUV | 78.48 | 137.89 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 85 | 96 | 0.39 | 0.11 | 0 | 0.62 | 197.84 | 0.24 | 0.3 |
| Hex | 3B | 55 | 60 | 27 | B | 0 | 3E | C6 | 18 | 1E |
| Octal | 73 | 125 | 140 | 47 | 13 | 0 | 76 | 306 | 30 | 36 |
| Binary | 111011 | 1010101 | 1100000 | 100111 | 1011 | 0 | 111110 | 11000110 | 11000 | 11110 |
Color Harmonies of #3B5560
Complementary color
Monochromatic Colors of #3B5560
Black with #3B5560
Text Example
Text Example
White with #3B5560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5560; }
p { color: rgb(59,85,96); }
H1.HeaderClassName
{
color: #3B5560;
}
.AnyTagClassName
{
color: #3B5560;
}
</style>
background-color css
<style>
a { background-color: #3B5560; }
a { background-color: rgb(59,85,96); }
div.DivClassName
{
background-color: #3B5560;
}
.BgClassName
{
background-color: #3B5560;
}
</style>
border-color css
<style>
span { border-color: #3B5560; }
span { border-color: rgb(59,85,96); }
td.TdClassName
{
border-color: #3B5560;
}
.TagClassName
{
border-color: #3B5560;
}
</style>