Shades of Casal #3C585D
Tints of Casal #3C585D
RGB
CMYK
RGB Variations
Color information
#3C585D (or 0x3C585D) is known color: Casal. HEX triplet: 3C, 58 and 5D. RGB value is (60,88,93). Sum of RGB (Red+Green+Blue) = 60+88+93=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 93 - color contains mainly: blue. Hex color #3C585D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C585D is #C3A7A2. Grayscale: #505050. Windows color (decimal): -12822435 or 6117436. OLE color: 6117436.
HSL color Cylindrical-coordinate representation of color #3C585D: hue angle of 189.09º 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 #3C585D is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 60 | 88 | 93 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.64 |
| HSL | 189.09º | 0.22% | 0.3% | - |
| HSV(B) | 189.09º | 0.35% | 0.36% | - |
| XYZ | 7.33 | 8.73 | 11.65 | - |
| YUV | 80.2 | 135.22 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 88 | 93 | 0.35 | 0.05 | 0 | 0.64 | 189.09 | 0.22 | 0.3 |
| Hex | 3C | 58 | 5D | 23 | 5 | 0 | 40 | BD | 16 | 1E |
| Octal | 74 | 130 | 135 | 43 | 5 | 0 | 100 | 275 | 26 | 36 |
| Binary | 111100 | 1011000 | 1011101 | 100011 | 101 | 0 | 1000000 | 10111101 | 10110 | 11110 |
Color Harmonies of #3C585D
Complementary color
Monochromatic Colors of #3C585D
Black with #3C585D
Text Example
Text Example
White with #3C585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C585D; }
p { color: rgb(60,88,93); }
H1.HeaderClassName
{
color: #3C585D;
}
.AnyTagClassName
{
color: #3C585D;
}
</style>
background-color css
<style>
a { background-color: #3C585D; }
a { background-color: rgb(60,88,93); }
div.DivClassName
{
background-color: #3C585D;
}
.BgClassName
{
background-color: #3C585D;
}
</style>
border-color css
<style>
span { border-color: #3C585D; }
span { border-color: rgb(60,88,93); }
td.TdClassName
{
border-color: #3C585D;
}
.TagClassName
{
border-color: #3C585D;
}
</style>