Shades of Casal #3C5358
Tints of Casal #3C5358
RGB
CMYK
RGB Variations
Color information
#3C5358 (or 0x3C5358) is known color: Casal. HEX triplet: 3C, 53 and 58. RGB value is (60,83,88). Sum of RGB (Red+Green+Blue) = 60+83+88=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 88 - color contains mainly: blue. Hex color #3C5358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5358 is #C3ACA7. Grayscale: #4C4C4C. Windows color (decimal): -12823720 or 5788476. OLE color: 5788476.
HSL color Cylindrical-coordinate representation of color #3C5358: hue angle of 190.71º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3C5358 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 60 | 83 | 88 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.65 |
| HSL | 190.71º | 0.19% | 0.29% | - |
| HSV(B) | 190.71º | 0.32% | 0.35% | - |
| XYZ | 6.72 | 7.85 | 10.39 | - |
| YUV | 76.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 83 | 88 | 0.32 | 0.06 | 0 | 0.65 | 190.71 | 0.19 | 0.29 |
| Hex | 3C | 53 | 58 | 20 | 6 | 0 | 41 | BF | 13 | 1D |
| Octal | 74 | 123 | 130 | 40 | 6 | 0 | 101 | 277 | 23 | 35 |
| Binary | 111100 | 1010011 | 1011000 | 100000 | 110 | 0 | 1000001 | 10111111 | 10011 | 11101 |
Color Harmonies of #3C5358
Complementary color
Monochromatic Colors of #3C5358
Black with #3C5358
Text Example
Text Example
White with #3C5358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C5358; }
p { color: rgb(60,83,88); }
H1.HeaderClassName
{
color: #3C5358;
}
.AnyTagClassName
{
color: #3C5358;
}
</style>
background-color css
<style>
a { background-color: #3C5358; }
a { background-color: rgb(60,83,88); }
div.DivClassName
{
background-color: #3C5358;
}
.BgClassName
{
background-color: #3C5358;
}
</style>
border-color css
<style>
span { border-color: #3C5358; }
span { border-color: rgb(60,83,88); }
td.TdClassName
{
border-color: #3C5358;
}
.TagClassName
{
border-color: #3C5358;
}
</style>