Shades of Casal #3C555D
Tints of Casal #3C555D
RGB
CMYK
RGB Variations
Color information
#3C555D (or 0x3C555D) is known color: Casal. HEX triplet: 3C, 55 and 5D. RGB value is (60,85,93). Sum of RGB (Red+Green+Blue) = 60+85+93=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C555D is #C3AAA2. Grayscale: #4E4E4E. Windows color (decimal): -12823203 or 6116668. OLE color: 6116668.
HSL color Cylindrical-coordinate representation of color #3C555D: hue angle of 194.55º degrees, saturation: 0.22, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C555D is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 85 | 93 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.64 |
| HSL | 194.55º | 0.22% | 0.3% | - |
| HSV(B) | 194.55º | 0.35% | 0.36% | - |
| XYZ | 7.09 | 8.25 | 11.57 | - |
| YUV | 78.44 | 136.22 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 85 | 93 | 0.35 | 0.09 | 0 | 0.64 | 194.55 | 0.22 | 0.3 |
| Hex | 3C | 55 | 5D | 23 | 9 | 0 | 40 | C3 | 16 | 1E |
| Octal | 74 | 125 | 135 | 43 | 11 | 0 | 100 | 303 | 26 | 36 |
| Binary | 111100 | 1010101 | 1011101 | 100011 | 1001 | 0 | 1000000 | 11000011 | 10110 | 11110 |
Color Harmonies of #3C555D
Complementary color
Monochromatic Colors of #3C555D
Black with #3C555D
Text Example
Text Example
White with #3C555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C555D; }
p { color: rgb(60,85,93); }
H1.HeaderClassName
{
color: #3C555D;
}
.AnyTagClassName
{
color: #3C555D;
}
</style>
background-color css
<style>
a { background-color: #3C555D; }
a { background-color: rgb(60,85,93); }
div.DivClassName
{
background-color: #3C555D;
}
.BgClassName
{
background-color: #3C555D;
}
</style>
border-color css
<style>
span { border-color: #3C555D; }
span { border-color: rgb(60,85,93); }
td.TdClassName
{
border-color: #3C555D;
}
.TagClassName
{
border-color: #3C555D;
}
</style>