Shades of Casal #3B5359
Tints of Casal #3B5359
RGB
CMYK
RGB Variations
Color information
#3B5359 (or 0x3B5359) is known color: Casal. HEX triplet: 3B, 53 and 59. RGB value is (59,83,89). Sum of RGB (Red+Green+Blue) = 59+83+89=231 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.54% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #3B5359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5359 is #C4ACA6. Grayscale: #4C4C4C. Windows color (decimal): -12889255 or 5854011. OLE color: 5854011.
HSL color Cylindrical-coordinate representation of color #3B5359: hue angle of 192º degrees, saturation: 0.2, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3B5359 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 83 | 89 | - |
| CMYK | 0.34 | 0.07 | 0 | 0.65 |
| HSL | 192º | 0.2% | 0.29% | - |
| HSV(B) | 192º | 0.34% | 0.35% | - |
| XYZ | 6.7 | 7.84 | 10.61 | - |
| YUV | 76.51 | 135.05 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 89 | 0.34 | 0.07 | 0 | 0.65 | 192 | 0.2 | 0.29 |
| Hex | 3B | 53 | 59 | 22 | 7 | 0 | 41 | C0 | 14 | 1D |
| Octal | 73 | 123 | 131 | 42 | 7 | 0 | 101 | 300 | 24 | 35 |
| Binary | 111011 | 1010011 | 1011001 | 100010 | 111 | 0 | 1000001 | 11000000 | 10100 | 11101 |
Color Harmonies of #3B5359
Complementary color
Monochromatic Colors of #3B5359
Black with #3B5359
Text Example
Text Example
White with #3B5359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5359; }
p { color: rgb(59,83,89); }
H1.HeaderClassName
{
color: #3B5359;
}
.AnyTagClassName
{
color: #3B5359;
}
</style>
background-color css
<style>
a { background-color: #3B5359; }
a { background-color: rgb(59,83,89); }
div.DivClassName
{
background-color: #3B5359;
}
.BgClassName
{
background-color: #3B5359;
}
</style>
border-color css
<style>
span { border-color: #3B5359; }
span { border-color: rgb(59,83,89); }
td.TdClassName
{
border-color: #3B5359;
}
.TagClassName
{
border-color: #3B5359;
}
</style>