Shades of Casal #3E5356
Tints of Casal #3E5356
RGB
CMYK
RGB Variations
Color information
#3E5356 (or 0x3E5356) is known color: Casal. HEX triplet: 3E, 53 and 56. RGB value is (62,83,86). Sum of RGB (Red+Green+Blue) = 62+83+86=231 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.84% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 86 (33.98% from 255 or 37.23% from 231); Max value from RGB is 86 - color contains mainly: blue. Hex color #3E5356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5356 is #C1ACA9. Grayscale: #4D4D4D. Windows color (decimal): -12692650 or 5657406. OLE color: 5657406.
HSL color Cylindrical-coordinate representation of color #3E5356: hue angle of 187.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 #3E5356 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 83 | 86 | - |
| CMYK | 0.28 | 0.03 | 0 | 0.66 |
| HSL | 187.5º | 0.16% | 0.29% | - |
| HSV(B) | 187.5º | 0.28% | 0.34% | - |
| XYZ | 6.76 | 7.88 | 9.97 | - |
| YUV | 77.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 86 | 0.28 | 0.03 | 0 | 0.66 | 187.5 | 0.16 | 0.29 |
| Hex | 3E | 53 | 56 | 1C | 3 | 0 | 42 | BC | 10 | 1D |
| Octal | 76 | 123 | 126 | 34 | 3 | 0 | 102 | 274 | 20 | 35 |
| Binary | 111110 | 1010011 | 1010110 | 11100 | 11 | 0 | 1000010 | 10111100 | 10000 | 11101 |
Color Harmonies of #3E5356
Complementary color
Monochromatic Colors of #3E5356
Black with #3E5356
Text Example
Text Example
White with #3E5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5356; }
p { color: rgb(62,83,86); }
H1.HeaderClassName
{
color: #3E5356;
}
.AnyTagClassName
{
color: #3E5356;
}
</style>
background-color css
<style>
a { background-color: #3E5356; }
a { background-color: rgb(62,83,86); }
div.DivClassName
{
background-color: #3E5356;
}
.BgClassName
{
background-color: #3E5356;
}
</style>
border-color css
<style>
span { border-color: #3E5356; }
span { border-color: rgb(62,83,86); }
td.TdClassName
{
border-color: #3E5356;
}
.TagClassName
{
border-color: #3E5356;
}
</style>