Shades of Casal #3C585F
Tints of Casal #3C585F
RGB
CMYK
RGB Variations
Color information
#3C585F (or 0x3C585F) is known color: Casal. HEX triplet: 3C, 58 and 5F. RGB value is (60,88,95). Sum of RGB (Red+Green+Blue) = 60+88+95=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 88 (34.77% from 255 or 36.21% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 95 - color contains mainly: blue. Hex color #3C585F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C585F is #C3A7A0. Grayscale: #505050. Windows color (decimal): -12822433 or 6248508. OLE color: 6248508.
HSL color Cylindrical-coordinate representation of color #3C585F: hue angle of 192º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3C585F is Cyan = 0.37, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 60 | 88 | 95 | - |
| CMYK | 0.37 | 0.07 | 0 | 0.63 |
| HSL | 192º | 0.23% | 0.3% | - |
| HSV(B) | 192º | 0.37% | 0.37% | - |
| XYZ | 7.42 | 8.77 | 12.13 | - |
| YUV | 80.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 88 | 95 | 0.37 | 0.07 | 0 | 0.63 | 192 | 0.23 | 0.3 |
| Hex | 3C | 58 | 5F | 25 | 7 | 0 | 3F | C0 | 17 | 1E |
| Octal | 74 | 130 | 137 | 45 | 7 | 0 | 77 | 300 | 27 | 36 |
| Binary | 111100 | 1011000 | 1011111 | 100101 | 111 | 0 | 111111 | 11000000 | 10111 | 11110 |
Color Harmonies of #3C585F
Complementary color
Monochromatic Colors of #3C585F
Black with #3C585F
Text Example
Text Example
White with #3C585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C585F; }
p { color: rgb(60,88,95); }
H1.HeaderClassName
{
color: #3C585F;
}
.AnyTagClassName
{
color: #3C585F;
}
</style>
background-color css
<style>
a { background-color: #3C585F; }
a { background-color: rgb(60,88,95); }
div.DivClassName
{
background-color: #3C585F;
}
.BgClassName
{
background-color: #3C585F;
}
</style>
border-color css
<style>
span { border-color: #3C585F; }
span { border-color: rgb(60,88,95); }
td.TdClassName
{
border-color: #3C585F;
}
.TagClassName
{
border-color: #3C585F;
}
</style>