Shades of Casal #2E5760
Tints of Casal #2E5760
RGB
CMYK
RGB Variations
Color information
#2E5760 (or 0x2E5760) is known color: Casal. HEX triplet: 2E, 57 and 60. RGB value is (46,87,96). Sum of RGB (Red+Green+Blue) = 46+87+96=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 87 (34.38% from 255 or 37.99% from 229); Blue value is 96 (37.89% from 255 or 41.92% from 229); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E5760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5760 is #D1A89F. Grayscale: #4B4B4B. Windows color (decimal): -13740192 or 6313774. OLE color: 6313774.
HSL color Cylindrical-coordinate representation of color #2E5760: hue angle of 190.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E5760 is Cyan = 0.52, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 87 | 96 | - |
| CMYK | 0.52 | 0.09 | 0 | 0.62 |
| HSL | 190.8º | 0.35% | 0.28% | - |
| HSV(B) | 190.8º | 0.52% | 0.38% | - |
| XYZ | 6.65 | 8.24 | 12.31 | - |
| YUV | 75.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 87 | 96 | 0.52 | 0.09 | 0 | 0.62 | 190.8 | 0.35 | 0.28 |
| Hex | 2E | 57 | 60 | 34 | 9 | 0 | 3E | BF | 23 | 1C |
| Octal | 56 | 127 | 140 | 64 | 11 | 0 | 76 | 277 | 43 | 34 |
| Binary | 101110 | 1010111 | 1100000 | 110100 | 1001 | 0 | 111110 | 10111111 | 100011 | 11100 |
Color Harmonies of #2E5760
Complementary color
Monochromatic Colors of #2E5760
Black with #2E5760
Text Example
Text Example
White with #2E5760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5760; }
p { color: rgb(46,87,96); }
H1.HeaderClassName
{
color: #2E5760;
}
.AnyTagClassName
{
color: #2E5760;
}
</style>
background-color css
<style>
a { background-color: #2E5760; }
a { background-color: rgb(46,87,96); }
div.DivClassName
{
background-color: #2E5760;
}
.BgClassName
{
background-color: #2E5760;
}
</style>
border-color css
<style>
span { border-color: #2E5760; }
span { border-color: rgb(46,87,96); }
td.TdClassName
{
border-color: #2E5760;
}
.TagClassName
{
border-color: #2E5760;
}
</style>