Shades of Casal #3C5559
Tints of Casal #3C5559
RGB
CMYK
RGB Variations
Color information
#3C5559 (or 0x3C5559) is known color: Casal. HEX triplet: 3C, 55 and 59. RGB value is (60,85,89). Sum of RGB (Red+Green+Blue) = 60+85+89=234 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.64% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 89 (35.16% from 255 or 38.03% from 234); Max value from RGB is 89 - color contains mainly: blue. Hex color #3C5559 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5559 is #C3AAA6. Grayscale: #4D4D4D. Windows color (decimal): -12823207 or 5854524. OLE color: 5854524.
HSL color Cylindrical-coordinate representation of color #3C5559: hue angle of 188.28º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3C5559 is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 85 | 89 | - |
| CMYK | 0.33 | 0.04 | 0 | 0.65 |
| HSL | 188.28º | 0.19% | 0.29% | - |
| HSV(B) | 188.28º | 0.33% | 0.35% | - |
| XYZ | 6.92 | 8.18 | 10.67 | - |
| YUV | 77.98 | 134.22 | 115.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 85 | 89 | 0.33 | 0.04 | 0 | 0.65 | 188.28 | 0.19 | 0.29 |
| Hex | 3C | 55 | 59 | 21 | 4 | 0 | 41 | BC | 13 | 1D |
| Octal | 74 | 125 | 131 | 41 | 4 | 0 | 101 | 274 | 23 | 35 |
| Binary | 111100 | 1010101 | 1011001 | 100001 | 100 | 0 | 1000001 | 10111100 | 10011 | 11101 |
Color Harmonies of #3C5559
Complementary color
Monochromatic Colors of #3C5559
Black with #3C5559
Text Example
Text Example
White with #3C5559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5559; }
p { color: rgb(60,85,89); }
H1.HeaderClassName
{
color: #3C5559;
}
.AnyTagClassName
{
color: #3C5559;
}
</style>
background-color css
<style>
a { background-color: #3C5559; }
a { background-color: rgb(60,85,89); }
div.DivClassName
{
background-color: #3C5559;
}
.BgClassName
{
background-color: #3C5559;
}
</style>
border-color css
<style>
span { border-color: #3C5559; }
span { border-color: rgb(60,85,89); }
td.TdClassName
{
border-color: #3C5559;
}
.TagClassName
{
border-color: #3C5559;
}
</style>