Shades of Casal #3E5558
Tints of Casal #3E5558
RGB
CMYK
RGB Variations
Color information
#3E5558 (or 0x3E5558) is known color: Casal. HEX triplet: 3E, 55 and 58. RGB value is (62,85,88). Sum of RGB (Red+Green+Blue) = 62+85+88=235 (31% of max value = 765). Red value is 62 (24.61% from 255 or 26.38% from 235); Green value is 85 (33.59% from 255 or 36.17% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E5558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5558 is #C1AAA7. Grayscale: #4E4E4E. Windows color (decimal): -12692136 or 5788990. OLE color: 5788990.
HSL color Cylindrical-coordinate representation of color #3E5558: hue angle of 186.92º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E5558 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 85 | 88 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.65 |
| HSL | 186.92º | 0.17% | 0.29% | - |
| HSV(B) | 186.92º | 0.3% | 0.35% | - |
| XYZ | 7 | 8.23 | 10.45 | - |
| YUV | 78.47 | 133.38 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 85 | 88 | 0.30 | 0.03 | 0 | 0.65 | 186.92 | 0.17 | 0.29 |
| Hex | 3E | 55 | 58 | 1E | 3 | 0 | 41 | BB | 11 | 1D |
| Octal | 76 | 125 | 130 | 36 | 3 | 0 | 101 | 273 | 21 | 35 |
| Binary | 111110 | 1010101 | 1011000 | 11110 | 11 | 0 | 1000001 | 10111011 | 10001 | 11101 |
Color Harmonies of #3E5558
Complementary color
Monochromatic Colors of #3E5558
Black with #3E5558
Text Example
Text Example
White with #3E5558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5558; }
p { color: rgb(62,85,88); }
H1.HeaderClassName
{
color: #3E5558;
}
.AnyTagClassName
{
color: #3E5558;
}
</style>
background-color css
<style>
a { background-color: #3E5558; }
a { background-color: rgb(62,85,88); }
div.DivClassName
{
background-color: #3E5558;
}
.BgClassName
{
background-color: #3E5558;
}
</style>
border-color css
<style>
span { border-color: #3E5558; }
span { border-color: rgb(62,85,88); }
td.TdClassName
{
border-color: #3E5558;
}
.TagClassName
{
border-color: #3E5558;
}
</style>