Shades of Casal #3B5B60
Tints of Casal #3B5B60
RGB
CMYK
RGB Variations
Color information
#3B5B60 (or 0x3B5B60) is known color: Casal. HEX triplet: 3B, 5B and 60. RGB value is (59,91,96). Sum of RGB (Red+Green+Blue) = 59+91+96=246 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.98% from 246); Green value is 91 (35.94% from 255 or 36.99% from 246); Blue value is 96 (37.89% from 255 or 39.02% from 246); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B5B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5B60 is #C4A49F. Grayscale: #515151. Windows color (decimal): -12887200 or 6314811. OLE color: 6314811.
HSL color Cylindrical-coordinate representation of color #3B5B60: hue angle of 188.11º 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 #3B5B60 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 59 | 91 | 96 | - |
| CMYK | 0.39 | 0.05 | 0 | 0.62 |
| HSL | 188.11º | 0.24% | 0.3% | - |
| HSV(B) | 188.11º | 0.39% | 0.38% | - |
| XYZ | 7.66 | 9.26 | 12.45 | - |
| YUV | 82 | 135.9 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 91 | 96 | 0.39 | 0.05 | 0 | 0.62 | 188.11 | 0.24 | 0.3 |
| Hex | 3B | 5B | 60 | 27 | 5 | 0 | 3E | BC | 18 | 1E |
| Octal | 73 | 133 | 140 | 47 | 5 | 0 | 76 | 274 | 30 | 36 |
| Binary | 111011 | 1011011 | 1100000 | 100111 | 101 | 0 | 111110 | 10111100 | 11000 | 11110 |
Color Harmonies of #3B5B60
Complementary color
Monochromatic Colors of #3B5B60
Black with #3B5B60
Text Example
Text Example
White with #3B5B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5B60; }
p { color: rgb(59,91,96); }
H1.HeaderClassName
{
color: #3B5B60;
}
.AnyTagClassName
{
color: #3B5B60;
}
</style>
background-color css
<style>
a { background-color: #3B5B60; }
a { background-color: rgb(59,91,96); }
div.DivClassName
{
background-color: #3B5B60;
}
.BgClassName
{
background-color: #3B5B60;
}
</style>
border-color css
<style>
span { border-color: #3B5B60; }
span { border-color: rgb(59,91,96); }
td.TdClassName
{
border-color: #3B5B60;
}
.TagClassName
{
border-color: #3B5B60;
}
</style>