Shades of Casal #3C4E53
Tints of Casal #3C4E53
RGB
CMYK
RGB Variations
Color information
#3C4E53 (or 0x3C4E53) is known color: Casal. HEX triplet: 3C, 4E and 53. RGB value is (60,78,83). Sum of RGB (Red+Green+Blue) = 60+78+83=221 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.15% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #3C4E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C4E53 is #C3B1AC. Grayscale: #494949. Windows color (decimal): -12825005 or 5459516. OLE color: 5459516.
HSL color Cylindrical-coordinate representation of color #3C4E53: hue angle of 193.04º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3C4E53 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 60 | 78 | 83 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.67 |
| HSL | 193.04º | 0.16% | 0.28% | - |
| HSV(B) | 193.04º | 0.28% | 0.33% | - |
| XYZ | 6.15 | 7.03 | 9.22 | - |
| YUV | 73.19 | 133.54 | 118.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 78 | 83 | 0.28 | 0.06 | 0 | 0.67 | 193.04 | 0.16 | 0.28 |
| Hex | 3C | 4E | 53 | 1C | 6 | 0 | 43 | C1 | 10 | 1C |
| Octal | 74 | 116 | 123 | 34 | 6 | 0 | 103 | 301 | 20 | 34 |
| Binary | 111100 | 1001110 | 1010011 | 11100 | 110 | 0 | 1000011 | 11000001 | 10000 | 11100 |
Color Harmonies of #3C4E53
Complementary color
Monochromatic Colors of #3C4E53
Black with #3C4E53
Text Example
Text Example
White with #3C4E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4E53; }
p { color: rgb(60,78,83); }
H1.HeaderClassName
{
color: #3C4E53;
}
.AnyTagClassName
{
color: #3C4E53;
}
</style>
background-color css
<style>
a { background-color: #3C4E53; }
a { background-color: rgb(60,78,83); }
div.DivClassName
{
background-color: #3C4E53;
}
.BgClassName
{
background-color: #3C4E53;
}
</style>
border-color css
<style>
span { border-color: #3C4E53; }
span { border-color: rgb(60,78,83); }
td.TdClassName
{
border-color: #3C4E53;
}
.TagClassName
{
border-color: #3C4E53;
}
</style>