Shades of Casal #3B575E
Tints of Casal #3B575E
RGB
CMYK
RGB Variations
Color information
#3B575E (or 0x3B575E) is known color: Casal. HEX triplet: 3B, 57 and 5E. RGB value is (59,87,94). Sum of RGB (Red+Green+Blue) = 59+87+94=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 94 - color contains mainly: blue. Hex color #3B575E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B575E is #C4A8A1. Grayscale: #4F4F4F. Windows color (decimal): -12888226 or 6182715. OLE color: 6182715.
HSL color Cylindrical-coordinate representation of color #3B575E: hue angle of 192º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B575E is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 59 | 87 | 94 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.63 |
| HSL | 192º | 0.23% | 0.3% | - |
| HSV(B) | 192º | 0.37% | 0.37% | - |
| XYZ | 7.23 | 8.55 | 11.86 | - |
| YUV | 79.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 87 | 94 | 0.37 | 0.07 | 0 | 0.63 | 192 | 0.23 | 0.3 |
| Hex | 3B | 57 | 5E | 25 | 7 | 0 | 3F | C0 | 17 | 1E |
| Octal | 73 | 127 | 136 | 45 | 7 | 0 | 77 | 300 | 27 | 36 |
| Binary | 111011 | 1010111 | 1011110 | 100101 | 111 | 0 | 111111 | 11000000 | 10111 | 11110 |
Color Harmonies of #3B575E
Complementary color
Monochromatic Colors of #3B575E
Black with #3B575E
Text Example
Text Example
White with #3B575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B575E; }
p { color: rgb(59,87,94); }
H1.HeaderClassName
{
color: #3B575E;
}
.AnyTagClassName
{
color: #3B575E;
}
</style>
background-color css
<style>
a { background-color: #3B575E; }
a { background-color: rgb(59,87,94); }
div.DivClassName
{
background-color: #3B575E;
}
.BgClassName
{
background-color: #3B575E;
}
</style>
border-color css
<style>
span { border-color: #3B575E; }
span { border-color: rgb(59,87,94); }
td.TdClassName
{
border-color: #3B575E;
}
.TagClassName
{
border-color: #3B575E;
}
</style>