Shades of Casal #3A525D
Tints of Casal #3A525D
RGB
CMYK
RGB Variations
Color information
#3A525D (or 0x3A525D) is known color: Casal. HEX triplet: 3A, 52 and 5D. RGB value is (58,82,93). Sum of RGB (Red+Green+Blue) = 58+82+93=233 (30% of max value = 765). Red value is 58 (23.05% from 255 or 24.89% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 93 - color contains mainly: blue. Hex color #3A525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A525D is #C5ADA2. Grayscale: #4C4C4C. Windows color (decimal): -12955043 or 6115898. OLE color: 6115898.
HSL color Cylindrical-coordinate representation of color #3A525D: hue angle of 198.86º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A525D is Cyan = 0.38, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 82 | 93 | - |
| CMYK | 0.38 | 0.12 | 0 | 0.64 |
| HSL | 198.86º | 0.23% | 0.3% | - |
| HSV(B) | 198.86º | 0.38% | 0.36% | - |
| XYZ | 6.74 | 7.72 | 11.49 | - |
| YUV | 76.08 | 137.55 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 93 | 0.38 | 0.12 | 0 | 0.64 | 198.86 | 0.23 | 0.3 |
| Hex | 3A | 52 | 5D | 26 | C | 0 | 40 | C7 | 17 | 1E |
| Octal | 72 | 122 | 135 | 46 | 14 | 0 | 100 | 307 | 27 | 36 |
| Binary | 111010 | 1010010 | 1011101 | 100110 | 1100 | 0 | 1000000 | 11000111 | 10111 | 11110 |
Color Harmonies of #3A525D
Complementary color
Monochromatic Colors of #3A525D
Black with #3A525D
Text Example
Text Example
White with #3A525D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A525D; }
p { color: rgb(58,82,93); }
H1.HeaderClassName
{
color: #3A525D;
}
.AnyTagClassName
{
color: #3A525D;
}
</style>
background-color css
<style>
a { background-color: #3A525D; }
a { background-color: rgb(58,82,93); }
div.DivClassName
{
background-color: #3A525D;
}
.BgClassName
{
background-color: #3A525D;
}
</style>
border-color css
<style>
span { border-color: #3A525D; }
span { border-color: rgb(58,82,93); }
td.TdClassName
{
border-color: #3A525D;
}
.TagClassName
{
border-color: #3A525D;
}
</style>