Shades of Casal #3B5357
Tints of Casal #3B5357
RGB
CMYK
RGB Variations
Color information
#3B5357 (or 0x3B5357) is known color: Casal. HEX triplet: 3B, 53 and 57. RGB value is (59,83,87). Sum of RGB (Red+Green+Blue) = 59+83+87=229 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.76% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 87 - color contains mainly: blue. Hex color #3B5357 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5357 is #C4ACA8. Grayscale: #4C4C4C. Windows color (decimal): -12889257 or 5722939. OLE color: 5722939.
HSL color Cylindrical-coordinate representation of color #3B5357: hue angle of 188.57º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B5357 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 59 | 83 | 87 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.66 |
| HSL | 188.57º | 0.19% | 0.29% | - |
| HSV(B) | 188.57º | 0.32% | 0.34% | - |
| XYZ | 6.62 | 7.8 | 10.17 | - |
| YUV | 76.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 83 | 87 | 0.32 | 0.05 | 0 | 0.66 | 188.57 | 0.19 | 0.29 |
| Hex | 3B | 53 | 57 | 20 | 5 | 0 | 42 | BD | 13 | 1D |
| Octal | 73 | 123 | 127 | 40 | 5 | 0 | 102 | 275 | 23 | 35 |
| Binary | 111011 | 1010011 | 1010111 | 100000 | 101 | 0 | 1000010 | 10111101 | 10011 | 11101 |
Color Harmonies of #3B5357
Complementary color
Monochromatic Colors of #3B5357
Black with #3B5357
Text Example
Text Example
White with #3B5357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5357; }
p { color: rgb(59,83,87); }
H1.HeaderClassName
{
color: #3B5357;
}
.AnyTagClassName
{
color: #3B5357;
}
</style>
background-color css
<style>
a { background-color: #3B5357; }
a { background-color: rgb(59,83,87); }
div.DivClassName
{
background-color: #3B5357;
}
.BgClassName
{
background-color: #3B5357;
}
</style>
border-color css
<style>
span { border-color: #3B5357; }
span { border-color: rgb(59,83,87); }
td.TdClassName
{
border-color: #3B5357;
}
.TagClassName
{
border-color: #3B5357;
}
</style>