Shades of Casal #3A535B
Tints of Casal #3A535B
RGB
CMYK
RGB Variations
Color information
#3A535B (or 0x3A535B) is known color: Casal. HEX triplet: 3A, 53 and 5B. RGB value is (58,83,91). Sum of RGB (Red+Green+Blue) = 58+83+91=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #3A535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A535B is #C5ACA4. Grayscale: #4C4C4C. Windows color (decimal): -12954789 or 5985082. OLE color: 5985082.
HSL color Cylindrical-coordinate representation of color #3A535B: hue angle of 194.55º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3A535B is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 83 | 91 | - |
| CMYK | 0.36 | 0.09 | 0 | 0.64 |
| HSL | 194.55º | 0.22% | 0.29% | - |
| HSV(B) | 194.55º | 0.36% | 0.36% | - |
| XYZ | 6.73 | 7.84 | 11.06 | - |
| YUV | 76.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 83 | 91 | 0.36 | 0.09 | 0 | 0.64 | 194.55 | 0.22 | 0.29 |
| Hex | 3A | 53 | 5B | 24 | 9 | 0 | 40 | C3 | 16 | 1D |
| Octal | 72 | 123 | 133 | 44 | 11 | 0 | 100 | 303 | 26 | 35 |
| Binary | 111010 | 1010011 | 1011011 | 100100 | 1001 | 0 | 1000000 | 11000011 | 10110 | 11101 |
Color Harmonies of #3A535B
Complementary color
Monochromatic Colors of #3A535B
Black with #3A535B
Text Example
Text Example
White with #3A535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A535B; }
p { color: rgb(58,83,91); }
H1.HeaderClassName
{
color: #3A535B;
}
.AnyTagClassName
{
color: #3A535B;
}
</style>
background-color css
<style>
a { background-color: #3A535B; }
a { background-color: rgb(58,83,91); }
div.DivClassName
{
background-color: #3A535B;
}
.BgClassName
{
background-color: #3A535B;
}
</style>
border-color css
<style>
span { border-color: #3A535B; }
span { border-color: rgb(58,83,91); }
td.TdClassName
{
border-color: #3A535B;
}
.TagClassName
{
border-color: #3A535B;
}
</style>