Shades of Casal #3E5258
Tints of Casal #3E5258
RGB
CMYK
RGB Variations
Color information
#3E5258 (or 0x3E5258) is known color: Casal. HEX triplet: 3E, 52 and 58. RGB value is (62,82,88). Sum of RGB (Red+Green+Blue) = 62+82+88=232 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.72% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E5258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5258 is #C1ADA7. Grayscale: #4C4C4C. Windows color (decimal): -12692904 or 5788222. OLE color: 5788222.
HSL color Cylindrical-coordinate representation of color #3E5258: hue angle of 193.85º 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 #3E5258 is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 82 | 88 | - |
| CMYK | 0.30 | 0.07 | 0 | 0.65 |
| HSL | 193.85º | 0.17% | 0.29% | - |
| HSV(B) | 193.85º | 0.3% | 0.35% | - |
| XYZ | 6.77 | 7.76 | 10.37 | - |
| YUV | 76.7 | 134.37 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 82 | 88 | 0.30 | 0.07 | 0 | 0.65 | 193.85 | 0.17 | 0.29 |
| Hex | 3E | 52 | 58 | 1E | 7 | 0 | 41 | C2 | 11 | 1D |
| Octal | 76 | 122 | 130 | 36 | 7 | 0 | 101 | 302 | 21 | 35 |
| Binary | 111110 | 1010010 | 1011000 | 11110 | 111 | 0 | 1000001 | 11000010 | 10001 | 11101 |
Color Harmonies of #3E5258
Complementary color
Monochromatic Colors of #3E5258
Black with #3E5258
Text Example
Text Example
White with #3E5258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5258; }
p { color: rgb(62,82,88); }
H1.HeaderClassName
{
color: #3E5258;
}
.AnyTagClassName
{
color: #3E5258;
}
</style>
background-color css
<style>
a { background-color: #3E5258; }
a { background-color: rgb(62,82,88); }
div.DivClassName
{
background-color: #3E5258;
}
.BgClassName
{
background-color: #3E5258;
}
</style>
border-color css
<style>
span { border-color: #3E5258; }
span { border-color: rgb(62,82,88); }
td.TdClassName
{
border-color: #3E5258;
}
.TagClassName
{
border-color: #3E5258;
}
</style>