Shades of Casal #3E5156
Tints of Casal #3E5156
RGB
CMYK
RGB Variations
Color information
#3E5156 (or 0x3E5156) is known color: Casal. HEX triplet: 3E, 51 and 56. RGB value is (62,81,86). Sum of RGB (Red+Green+Blue) = 62+81+86=229 (30% of max value = 765). Red value is 62 (24.61% from 255 or 27.07% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 86 - color contains mainly: blue. Hex color #3E5156 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5156 is #C1AEA9. Grayscale: #4B4B4B. Windows color (decimal): -12693162 or 5656894. OLE color: 5656894.
HSL color Cylindrical-coordinate representation of color #3E5156: hue angle of 192.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3E5156 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 81 | 86 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.66 |
| HSL | 192.5º | 0.16% | 0.29% | - |
| HSV(B) | 192.5º | 0.28% | 0.34% | - |
| XYZ | 6.61 | 7.58 | 9.92 | - |
| YUV | 75.89 | 133.71 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 81 | 86 | 0.28 | 0.06 | 0 | 0.66 | 192.5 | 0.16 | 0.29 |
| Hex | 3E | 51 | 56 | 1C | 6 | 0 | 42 | C0 | 10 | 1D |
| Octal | 76 | 121 | 126 | 34 | 6 | 0 | 102 | 300 | 20 | 35 |
| Binary | 111110 | 1010001 | 1010110 | 11100 | 110 | 0 | 1000010 | 11000000 | 10000 | 11101 |
Color Harmonies of #3E5156
Complementary color
Monochromatic Colors of #3E5156
Black with #3E5156
Text Example
Text Example
White with #3E5156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5156; }
p { color: rgb(62,81,86); }
H1.HeaderClassName
{
color: #3E5156;
}
.AnyTagClassName
{
color: #3E5156;
}
</style>
background-color css
<style>
a { background-color: #3E5156; }
a { background-color: rgb(62,81,86); }
div.DivClassName
{
background-color: #3E5156;
}
.BgClassName
{
background-color: #3E5156;
}
</style>
border-color css
<style>
span { border-color: #3E5156; }
span { border-color: rgb(62,81,86); }
td.TdClassName
{
border-color: #3E5156;
}
.TagClassName
{
border-color: #3E5156;
}
</style>