Shades of Casal #3A5155
Tints of Casal #3A5155
RGB
CMYK
RGB Variations
Color information
#3A5155 (or 0x3A5155) is known color: Casal. HEX triplet: 3A, 51 and 55. RGB value is (58,81,85). Sum of RGB (Red+Green+Blue) = 58+81+85=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 85 - color contains mainly: blue. Hex color #3A5155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5155 is #C5AEAA. Grayscale: #4A4A4A. Windows color (decimal): -12955307 or 5591354. OLE color: 5591354.
HSL color Cylindrical-coordinate representation of color #3A5155: hue angle of 188.89º degrees, saturation: 0.19, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3A5155 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 81 | 85 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.67 |
| HSL | 188.89º | 0.19% | 0.28% | - |
| HSV(B) | 188.89º | 0.32% | 0.33% | - |
| XYZ | 6.33 | 7.44 | 9.7 | - |
| YUV | 74.58 | 133.88 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 81 | 85 | 0.32 | 0.05 | 0 | 0.67 | 188.89 | 0.19 | 0.28 |
| Hex | 3A | 51 | 55 | 20 | 5 | 0 | 43 | BD | 13 | 1C |
| Octal | 72 | 121 | 125 | 40 | 5 | 0 | 103 | 275 | 23 | 34 |
| Binary | 111010 | 1010001 | 1010101 | 100000 | 101 | 0 | 1000011 | 10111101 | 10011 | 11100 |
Color Harmonies of #3A5155
Complementary color
Monochromatic Colors of #3A5155
Black with #3A5155
Text Example
Text Example
White with #3A5155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5155; }
p { color: rgb(58,81,85); }
H1.HeaderClassName
{
color: #3A5155;
}
.AnyTagClassName
{
color: #3A5155;
}
</style>
background-color css
<style>
a { background-color: #3A5155; }
a { background-color: rgb(58,81,85); }
div.DivClassName
{
background-color: #3A5155;
}
.BgClassName
{
background-color: #3A5155;
}
</style>
border-color css
<style>
span { border-color: #3A5155; }
span { border-color: rgb(58,81,85); }
td.TdClassName
{
border-color: #3A5155;
}
.TagClassName
{
border-color: #3A5155;
}
</style>