Shades of Casal #2E5660
Tints of Casal #2E5660
RGB
CMYK
RGB Variations
Color information
#2E5660 (or 0x2E5660) is known color: Casal. HEX triplet: 2E, 56 and 60. RGB value is (46,86,96). Sum of RGB (Red+Green+Blue) = 46+86+96=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #2E5660 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5660 is #D1A99F. Grayscale: #4B4B4B. Windows color (decimal): -13740448 or 6313518. OLE color: 6313518.
HSL color Cylindrical-coordinate representation of color #2E5660: hue angle of 192º 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 #2E5660 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 86 | 96 | - |
| CMYK | 0.52 | 0.10 | 0 | 0.62 |
| HSL | 192º | 0.35% | 0.28% | - |
| HSV(B) | 192º | 0.52% | 0.38% | - |
| XYZ | 6.57 | 8.08 | 12.28 | - |
| YUV | 75.18 | 139.75 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 86 | 96 | 0.52 | 0.10 | 0 | 0.62 | 192 | 0.35 | 0.28 |
| Hex | 2E | 56 | 60 | 34 | A | 0 | 3E | C0 | 23 | 1C |
| Octal | 56 | 126 | 140 | 64 | 12 | 0 | 76 | 300 | 43 | 34 |
| Binary | 101110 | 1010110 | 1100000 | 110100 | 1010 | 0 | 111110 | 11000000 | 100011 | 11100 |
Color Harmonies of #2E5660
Complementary color
Monochromatic Colors of #2E5660
Black with #2E5660
Text Example
Text Example
White with #2E5660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5660; }
p { color: rgb(46,86,96); }
H1.HeaderClassName
{
color: #2E5660;
}
.AnyTagClassName
{
color: #2E5660;
}
</style>
background-color css
<style>
a { background-color: #2E5660; }
a { background-color: rgb(46,86,96); }
div.DivClassName
{
background-color: #2E5660;
}
.BgClassName
{
background-color: #2E5660;
}
</style>
border-color css
<style>
span { border-color: #2E5660; }
span { border-color: rgb(46,86,96); }
td.TdClassName
{
border-color: #2E5660;
}
.TagClassName
{
border-color: #2E5660;
}
</style>