Shades of Casal #3C535B
Tints of Casal #3C535B
RGB
CMYK
RGB Variations
Color information
#3C535B (or 0x3C535B) is known color: Casal. HEX triplet: 3C, 53 and 5B. RGB value is (60,83,91). Sum of RGB (Red+Green+Blue) = 60+83+91=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 91 (35.94% from 255 or 38.89% from 234); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C535B is #C3ACA4. Grayscale: #4C4C4C. Windows color (decimal): -12823717 or 5985084. OLE color: 5985084.
HSL color Cylindrical-coordinate representation of color #3C535B: hue angle of 195.48º 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 #3C535B is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 83 | 91 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.64 |
| HSL | 195.48º | 0.21% | 0.3% | - |
| HSV(B) | 195.48º | 0.34% | 0.36% | - |
| XYZ | 6.85 | 7.9 | 11.06 | - |
| YUV | 77.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 83 | 91 | 0.34 | 0.09 | 0 | 0.64 | 195.48 | 0.21 | 0.3 |
| Hex | 3C | 53 | 5B | 22 | 9 | 0 | 40 | C3 | 15 | 1E |
| Octal | 74 | 123 | 133 | 42 | 11 | 0 | 100 | 303 | 25 | 36 |
| Binary | 111100 | 1010011 | 1011011 | 100010 | 1001 | 0 | 1000000 | 11000011 | 10101 | 11110 |
Color Harmonies of #3C535B
Complementary color
Monochromatic Colors of #3C535B
Black with #3C535B
Text Example
Text Example
White with #3C535B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C535B; }
p { color: rgb(60,83,91); }
H1.HeaderClassName
{
color: #3C535B;
}
.AnyTagClassName
{
color: #3C535B;
}
</style>
background-color css
<style>
a { background-color: #3C535B; }
a { background-color: rgb(60,83,91); }
div.DivClassName
{
background-color: #3C535B;
}
.BgClassName
{
background-color: #3C535B;
}
</style>
border-color css
<style>
span { border-color: #3C535B; }
span { border-color: rgb(60,83,91); }
td.TdClassName
{
border-color: #3C535B;
}
.TagClassName
{
border-color: #3C535B;
}
</style>