Shades of Casal #3E565E
Tints of Casal #3E565E
RGB
CMYK
RGB Variations
Color information
#3E565E (or 0x3E565E) is known color: Casal. HEX triplet: 3E, 56 and 5E. RGB value is (62,86,94). Sum of RGB (Red+Green+Blue) = 62+86+94=242 (32% of max value = 765). Red value is 62 (24.61% from 255 or 25.62% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 94 - color contains mainly: blue. Hex color #3E565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E565E is #C1A9A1. Grayscale: #4F4F4F. Windows color (decimal): -12691874 or 6182462. OLE color: 6182462.
HSL color Cylindrical-coordinate representation of color #3E565E: hue angle of 195º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3E565E is Cyan = 0.34, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 62 | 86 | 94 | - |
| CMYK | 0.34 | 0.09 | 0 | 0.63 |
| HSL | 195º | 0.21% | 0.31% | - |
| HSV(B) | 195º | 0.34% | 0.37% | - |
| XYZ | 7.33 | 8.49 | 11.84 | - |
| YUV | 79.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 86 | 94 | 0.34 | 0.09 | 0 | 0.63 | 195 | 0.21 | 0.31 |
| Hex | 3E | 56 | 5E | 22 | 9 | 0 | 3F | C3 | 15 | 1F |
| Octal | 76 | 126 | 136 | 42 | 11 | 0 | 77 | 303 | 25 | 37 |
| Binary | 111110 | 1010110 | 1011110 | 100010 | 1001 | 0 | 111111 | 11000011 | 10101 | 11111 |
Color Harmonies of #3E565E
Complementary color
Monochromatic Colors of #3E565E
Black with #3E565E
Text Example
Text Example
White with #3E565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E565E; }
p { color: rgb(62,86,94); }
H1.HeaderClassName
{
color: #3E565E;
}
.AnyTagClassName
{
color: #3E565E;
}
</style>
background-color css
<style>
a { background-color: #3E565E; }
a { background-color: rgb(62,86,94); }
div.DivClassName
{
background-color: #3E565E;
}
.BgClassName
{
background-color: #3E565E;
}
</style>
border-color css
<style>
span { border-color: #3E565E; }
span { border-color: rgb(62,86,94); }
td.TdClassName
{
border-color: #3E565E;
}
.TagClassName
{
border-color: #3E565E;
}
</style>