Shades of Casal #3E5259
Tints of Casal #3E5259
RGB
CMYK
RGB Variations
Color information
#3E5259 (or 0x3E5259) is known color: Casal. HEX triplet: 3E, 52 and 59. RGB value is (62,82,89). Sum of RGB (Red+Green+Blue) = 62+82+89=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 89 (35.16% from 255 or 38.20% from 233); Max value from RGB is 89 - color contains mainly: blue. Hex color #3E5259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5259 is #C1ADA6. Grayscale: #4C4C4C. Windows color (decimal): -12692903 or 5853758. OLE color: 5853758.
HSL color Cylindrical-coordinate representation of color #3E5259: hue angle of 195.56º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3E5259 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 82 | 89 | - |
| CMYK | 0.30 | 0.08 | 0 | 0.65 |
| HSL | 195.56º | 0.18% | 0.3% | - |
| HSV(B) | 195.56º | 0.3% | 0.35% | - |
| XYZ | 6.81 | 7.78 | 10.59 | - |
| YUV | 76.82 | 134.87 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 82 | 89 | 0.30 | 0.08 | 0 | 0.65 | 195.56 | 0.18 | 0.3 |
| Hex | 3E | 52 | 59 | 1E | 8 | 0 | 41 | C4 | 12 | 1E |
| Octal | 76 | 122 | 131 | 36 | 10 | 0 | 101 | 304 | 22 | 36 |
| Binary | 111110 | 1010010 | 1011001 | 11110 | 1000 | 0 | 1000001 | 11000100 | 10010 | 11110 |
Color Harmonies of #3E5259
Complementary color
Monochromatic Colors of #3E5259
Black with #3E5259
Text Example
Text Example
White with #3E5259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5259; }
p { color: rgb(62,82,89); }
H1.HeaderClassName
{
color: #3E5259;
}
.AnyTagClassName
{
color: #3E5259;
}
</style>
background-color css
<style>
a { background-color: #3E5259; }
a { background-color: rgb(62,82,89); }
div.DivClassName
{
background-color: #3E5259;
}
.BgClassName
{
background-color: #3E5259;
}
</style>
border-color css
<style>
span { border-color: #3E5259; }
span { border-color: rgb(62,82,89); }
td.TdClassName
{
border-color: #3E5259;
}
.TagClassName
{
border-color: #3E5259;
}
</style>