Shades of Casal #3E5358
Tints of Casal #3E5358
RGB
CMYK
RGB Variations
Color information
#3E5358 (or 0x3E5358) is known color: Casal. HEX triplet: 3E, 53 and 58. RGB value is (62,83,88). Sum of RGB (Red+Green+Blue) = 62+83+88=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 83 (32.81% from 255 or 35.62% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #3E5358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5358 is #C1ACA7. Grayscale: #4D4D4D. Windows color (decimal): -12692648 or 5788478. OLE color: 5788478.
HSL color Cylindrical-coordinate representation of color #3E5358: hue angle of 191.54º 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 #3E5358 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 62 | 83 | 88 | - |
| CMYK | 0.30 | 0.06 | 0 | 0.65 |
| HSL | 191.54º | 0.17% | 0.29% | - |
| HSV(B) | 191.54º | 0.3% | 0.35% | - |
| XYZ | 6.84 | 7.92 | 10.4 | - |
| YUV | 77.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 83 | 88 | 0.30 | 0.06 | 0 | 0.65 | 191.54 | 0.17 | 0.29 |
| Hex | 3E | 53 | 58 | 1E | 6 | 0 | 41 | C0 | 11 | 1D |
| Octal | 76 | 123 | 130 | 36 | 6 | 0 | 101 | 300 | 21 | 35 |
| Binary | 111110 | 1010011 | 1011000 | 11110 | 110 | 0 | 1000001 | 11000000 | 10001 | 11101 |
Color Harmonies of #3E5358
Complementary color
Monochromatic Colors of #3E5358
Black with #3E5358
Text Example
Text Example
White with #3E5358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5358; }
p { color: rgb(62,83,88); }
H1.HeaderClassName
{
color: #3E5358;
}
.AnyTagClassName
{
color: #3E5358;
}
</style>
background-color css
<style>
a { background-color: #3E5358; }
a { background-color: rgb(62,83,88); }
div.DivClassName
{
background-color: #3E5358;
}
.BgClassName
{
background-color: #3E5358;
}
</style>
border-color css
<style>
span { border-color: #3E5358; }
span { border-color: rgb(62,83,88); }
td.TdClassName
{
border-color: #3E5358;
}
.TagClassName
{
border-color: #3E5358;
}
</style>