Shades of Casal #3A525C
Tints of Casal #3A525C
RGB
CMYK
RGB Variations
Color information
#3A525C (or 0x3A525C) is known color: Casal. HEX triplet: 3A, 52 and 5C. RGB value is (58,82,92). Sum of RGB (Red+Green+Blue) = 58+82+92=232 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 92 - color contains mainly: blue. Hex color #3A525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A525C is #C5ADA3. Grayscale: #4B4B4B. Windows color (decimal): -12955044 or 6050362. OLE color: 6050362.
HSL color Cylindrical-coordinate representation of color #3A525C: hue angle of 197.65º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3A525C is Cyan = 0.37, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 58 | 82 | 92 | - |
| CMYK | 0.37 | 0.11 | 0 | 0.64 |
| HSL | 197.65º | 0.23% | 0.29% | - |
| HSV(B) | 197.65º | 0.37% | 0.36% | - |
| XYZ | 6.69 | 7.71 | 11.26 | - |
| YUV | 75.96 | 137.05 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 82 | 92 | 0.37 | 0.11 | 0 | 0.64 | 197.65 | 0.23 | 0.29 |
| Hex | 3A | 52 | 5C | 25 | B | 0 | 40 | C6 | 17 | 1D |
| Octal | 72 | 122 | 134 | 45 | 13 | 0 | 100 | 306 | 27 | 35 |
| Binary | 111010 | 1010010 | 1011100 | 100101 | 1011 | 0 | 1000000 | 11000110 | 10111 | 11101 |
Color Harmonies of #3A525C
Complementary color
Monochromatic Colors of #3A525C
Black with #3A525C
Text Example
Text Example
White with #3A525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A525C; }
p { color: rgb(58,82,92); }
H1.HeaderClassName
{
color: #3A525C;
}
.AnyTagClassName
{
color: #3A525C;
}
</style>
background-color css
<style>
a { background-color: #3A525C; }
a { background-color: rgb(58,82,92); }
div.DivClassName
{
background-color: #3A525C;
}
.BgClassName
{
background-color: #3A525C;
}
</style>
border-color css
<style>
span { border-color: #3A525C; }
span { border-color: rgb(58,82,92); }
td.TdClassName
{
border-color: #3A525C;
}
.TagClassName
{
border-color: #3A525C;
}
</style>