Shades of Casal #3E5157
Tints of Casal #3E5157
RGB
CMYK
RGB Variations
Color information
#3E5157 (or 0x3E5157) is known color: Casal. HEX triplet: 3E, 51 and 57. RGB value is (62,81,87). Sum of RGB (Red+Green+Blue) = 62+81+87=230 (30% of max value = 765). Red value is 62 (24.61% from 255 or 26.96% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 87 (34.38% from 255 or 37.83% from 230); Max value from RGB is 87 - color contains mainly: blue. Hex color #3E5157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E5157 is #C1AEA8. Grayscale: #4B4B4B. Windows color (decimal): -12693161 or 5722430. OLE color: 5722430.
HSL color Cylindrical-coordinate representation of color #3E5157: hue angle of 194.4º 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 #3E5157 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 62 | 81 | 87 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.66 |
| HSL | 194.4º | 0.17% | 0.29% | - |
| HSV(B) | 194.4º | 0.29% | 0.34% | - |
| XYZ | 6.65 | 7.6 | 10.13 | - |
| YUV | 76 | 134.21 | 118.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 81 | 87 | 0.29 | 0.07 | 0 | 0.66 | 194.4 | 0.17 | 0.29 |
| Hex | 3E | 51 | 57 | 1D | 7 | 0 | 42 | C2 | 11 | 1D |
| Octal | 76 | 121 | 127 | 35 | 7 | 0 | 102 | 302 | 21 | 35 |
| Binary | 111110 | 1010001 | 1010111 | 11101 | 111 | 0 | 1000010 | 11000010 | 10001 | 11101 |
Color Harmonies of #3E5157
Complementary color
Monochromatic Colors of #3E5157
Black with #3E5157
Text Example
Text Example
White with #3E5157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E5157; }
p { color: rgb(62,81,87); }
H1.HeaderClassName
{
color: #3E5157;
}
.AnyTagClassName
{
color: #3E5157;
}
</style>
background-color css
<style>
a { background-color: #3E5157; }
a { background-color: rgb(62,81,87); }
div.DivClassName
{
background-color: #3E5157;
}
.BgClassName
{
background-color: #3E5157;
}
</style>
border-color css
<style>
span { border-color: #3E5157; }
span { border-color: rgb(62,81,87); }
td.TdClassName
{
border-color: #3E5157;
}
.TagClassName
{
border-color: #3E5157;
}
</style>