Shades of Casal #3E565B
Tints of Casal #3E565B
RGB
CMYK
RGB Variations
Color information
#3E565B (or 0x3E565B) is known color: Casal. HEX triplet: 3E, 56 and 5B. RGB value is (62,86,91). Sum of RGB (Red+Green+Blue) = 62+86+91=239 (31% of max value = 765). Red value is 62 (24.61% from 255 or 25.94% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 91 - color contains mainly: blue. Hex color #3E565B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E565B is #C1A9A4. Grayscale: #4F4F4F. Windows color (decimal): -12691877 or 5985854. OLE color: 5985854.
HSL color Cylindrical-coordinate representation of color #3E565B: hue angle of 190.34º degrees, saturation: 0.19, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3E565B is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 62 | 86 | 91 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.64 |
| HSL | 190.34º | 0.19% | 0.3% | - |
| HSV(B) | 190.34º | 0.32% | 0.36% | - |
| XYZ | 7.2 | 8.44 | 11.15 | - |
| YUV | 79.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 86 | 91 | 0.32 | 0.05 | 0 | 0.64 | 190.34 | 0.19 | 0.3 |
| Hex | 3E | 56 | 5B | 20 | 5 | 0 | 40 | BE | 13 | 1E |
| Octal | 76 | 126 | 133 | 40 | 5 | 0 | 100 | 276 | 23 | 36 |
| Binary | 111110 | 1010110 | 1011011 | 100000 | 101 | 0 | 1000000 | 10111110 | 10011 | 11110 |
Color Harmonies of #3E565B
Complementary color
Monochromatic Colors of #3E565B
Black with #3E565B
Text Example
Text Example
White with #3E565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E565B; }
p { color: rgb(62,86,91); }
H1.HeaderClassName
{
color: #3E565B;
}
.AnyTagClassName
{
color: #3E565B;
}
</style>
background-color css
<style>
a { background-color: #3E565B; }
a { background-color: rgb(62,86,91); }
div.DivClassName
{
background-color: #3E565B;
}
.BgClassName
{
background-color: #3E565B;
}
</style>
border-color css
<style>
span { border-color: #3E565B; }
span { border-color: rgb(62,86,91); }
td.TdClassName
{
border-color: #3E565B;
}
.TagClassName
{
border-color: #3E565B;
}
</style>