Shades of Casal #3E5457
Tints of Casal #3E5457
RGB
CMYK
RGB Variations
Color information
#3E5457 (or 0x3E5457) is known color: Casal. HEX triplet: 3E, 54 and 57. RGB value is (62,84,87). Sum of RGB (Red+Green+Blue) = 62+84+87=233 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.61% from 233); Green value is 84 (33.20% from 255 or 36.05% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 87 - color contains mainly: blue. Hex color #3E5457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5457 is #C1ABA8. Grayscale: #4D4D4D. Windows color (decimal): -12692393 or 5723198. OLE color: 5723198.
HSL color Cylindrical-coordinate representation of color #3E5457: hue angle of 187.2º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3E5457 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 84 | 87 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.66 |
| HSL | 187.2º | 0.17% | 0.29% | - |
| HSV(B) | 187.2º | 0.29% | 0.34% | - |
| XYZ | 6.88 | 8.05 | 10.21 | - |
| YUV | 77.76 | 133.21 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 84 | 87 | 0.29 | 0.03 | 0 | 0.66 | 187.2 | 0.17 | 0.29 |
| Hex | 3E | 54 | 57 | 1D | 3 | 0 | 42 | BB | 11 | 1D |
| Octal | 76 | 124 | 127 | 35 | 3 | 0 | 102 | 273 | 21 | 35 |
| Binary | 111110 | 1010100 | 1010111 | 11101 | 11 | 0 | 1000010 | 10111011 | 10001 | 11101 |
Color Harmonies of #3E5457
Complementary color
Monochromatic Colors of #3E5457
Black with #3E5457
Text Example
Text Example
White with #3E5457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5457; }
p { color: rgb(62,84,87); }
H1.HeaderClassName
{
color: #3E5457;
}
.AnyTagClassName
{
color: #3E5457;
}
</style>
background-color css
<style>
a { background-color: #3E5457; }
a { background-color: rgb(62,84,87); }
div.DivClassName
{
background-color: #3E5457;
}
.BgClassName
{
background-color: #3E5457;
}
</style>
border-color css
<style>
span { border-color: #3E5457; }
span { border-color: rgb(62,84,87); }
td.TdClassName
{
border-color: #3E5457;
}
.TagClassName
{
border-color: #3E5457;
}
</style>