Shades of Casal #3A575F
Tints of Casal #3A575F
RGB
CMYK
RGB Variations
Color information
#3A575F (or 0x3A575F) is known color: Casal. HEX triplet: 3A, 57 and 5F. RGB value is (58,87,95). Sum of RGB (Red+Green+Blue) = 58+87+95=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 87 (34.38% from 255 or 36.25% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 95 - color contains mainly: blue. Hex color #3A575F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A575F is #C5A8A0. Grayscale: #4F4F4F. Windows color (decimal): -12953761 or 6248250. OLE color: 6248250.
HSL color Cylindrical-coordinate representation of color #3A575F: hue angle of 192.97º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A575F is Cyan = 0.39, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 58 | 87 | 95 | - |
| CMYK | 0.39 | 0.08 | 0 | 0.63 |
| HSL | 192.97º | 0.24% | 0.3% | - |
| HSV(B) | 192.97º | 0.39% | 0.37% | - |
| XYZ | 7.22 | 8.54 | 12.09 | - |
| YUV | 79.24 | 136.89 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 87 | 95 | 0.39 | 0.08 | 0 | 0.63 | 192.97 | 0.24 | 0.3 |
| Hex | 3A | 57 | 5F | 27 | 8 | 0 | 3F | C1 | 18 | 1E |
| Octal | 72 | 127 | 137 | 47 | 10 | 0 | 77 | 301 | 30 | 36 |
| Binary | 111010 | 1010111 | 1011111 | 100111 | 1000 | 0 | 111111 | 11000001 | 11000 | 11110 |
Color Harmonies of #3A575F
Complementary color
Monochromatic Colors of #3A575F
Black with #3A575F
Text Example
Text Example
White with #3A575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A575F; }
p { color: rgb(58,87,95); }
H1.HeaderClassName
{
color: #3A575F;
}
.AnyTagClassName
{
color: #3A575F;
}
</style>
background-color css
<style>
a { background-color: #3A575F; }
a { background-color: rgb(58,87,95); }
div.DivClassName
{
background-color: #3A575F;
}
.BgClassName
{
background-color: #3A575F;
}
</style>
border-color css
<style>
span { border-color: #3A575F; }
span { border-color: rgb(58,87,95); }
td.TdClassName
{
border-color: #3A575F;
}
.TagClassName
{
border-color: #3A575F;
}
</style>