Shades of Casal #3C525B
Tints of Casal #3C525B
RGB
CMYK
RGB Variations
Color information
#3C525B (or 0x3C525B) is known color: Casal. HEX triplet: 3C, 52 and 5B. RGB value is (60,82,91). Sum of RGB (Red+Green+Blue) = 60+82+91=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C525B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C525B is #C3ADA4. Grayscale: #4C4C4C. Windows color (decimal): -12823973 or 5984828. OLE color: 5984828.
HSL color Cylindrical-coordinate representation of color #3C525B: hue angle of 197.42º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3C525B is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 82 | 91 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.64 |
| HSL | 197.42º | 0.21% | 0.3% | - |
| HSV(B) | 197.42º | 0.34% | 0.36% | - |
| XYZ | 6.77 | 7.75 | 11.04 | - |
| YUV | 76.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 82 | 91 | 0.34 | 0.10 | 0 | 0.64 | 197.42 | 0.21 | 0.3 |
| Hex | 3C | 52 | 5B | 22 | A | 0 | 40 | C5 | 15 | 1E |
| Octal | 74 | 122 | 133 | 42 | 12 | 0 | 100 | 305 | 25 | 36 |
| Binary | 111100 | 1010010 | 1011011 | 100010 | 1010 | 0 | 1000000 | 11000101 | 10101 | 11110 |
Color Harmonies of #3C525B
Complementary color
Monochromatic Colors of #3C525B
Black with #3C525B
Text Example
Text Example
White with #3C525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C525B; }
p { color: rgb(60,82,91); }
H1.HeaderClassName
{
color: #3C525B;
}
.AnyTagClassName
{
color: #3C525B;
}
</style>
background-color css
<style>
a { background-color: #3C525B; }
a { background-color: rgb(60,82,91); }
div.DivClassName
{
background-color: #3C525B;
}
.BgClassName
{
background-color: #3C525B;
}
</style>
border-color css
<style>
span { border-color: #3C525B; }
span { border-color: rgb(60,82,91); }
td.TdClassName
{
border-color: #3C525B;
}
.TagClassName
{
border-color: #3C525B;
}
</style>