Shades of Casal #2E5A62
Tints of Casal #2E5A62
RGB
CMYK
RGB Variations
Color information
#2E5A62 (or 0x2E5A62) is known color: Casal. HEX triplet: 2E, 5A and 62. RGB value is (46,90,98). Sum of RGB (Red+Green+Blue) = 46+90+98=234 (30% of max value = 765). Red value is 46 (18.36% from 255 or 19.66% from 234); Green value is 90 (35.55% from 255 or 38.46% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #2E5A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E5A62 is #D1A59D. Grayscale: #4D4D4D. Windows color (decimal): -13739422 or 6445614. OLE color: 6445614.
HSL color Cylindrical-coordinate representation of color #2E5A62: hue angle of 189.23º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E5A62 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 46 | 90 | 98 | - |
| CMYK | 0.53 | 0.08 | 0 | 0.62 |
| HSL | 189.23º | 0.36% | 0.28% | - |
| HSV(B) | 189.23º | 0.53% | 0.38% | - |
| XYZ | 6.99 | 8.78 | 12.88 | - |
| YUV | 77.76 | 139.42 | 105.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 90 | 98 | 0.53 | 0.08 | 0 | 0.62 | 189.23 | 0.36 | 0.28 |
| Hex | 2E | 5A | 62 | 35 | 8 | 0 | 3E | BD | 24 | 1C |
| Octal | 56 | 132 | 142 | 65 | 10 | 0 | 76 | 275 | 44 | 34 |
| Binary | 101110 | 1011010 | 1100010 | 110101 | 1000 | 0 | 111110 | 10111101 | 100100 | 11100 |
Color Harmonies of #2E5A62
Complementary color
Monochromatic Colors of #2E5A62
Black with #2E5A62
Text Example
Text Example
White with #2E5A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E5A62; }
p { color: rgb(46,90,98); }
H1.HeaderClassName
{
color: #2E5A62;
}
.AnyTagClassName
{
color: #2E5A62;
}
</style>
background-color css
<style>
a { background-color: #2E5A62; }
a { background-color: rgb(46,90,98); }
div.DivClassName
{
background-color: #2E5A62;
}
.BgClassName
{
background-color: #2E5A62;
}
</style>
border-color css
<style>
span { border-color: #2E5A62; }
span { border-color: rgb(46,90,98); }
td.TdClassName
{
border-color: #2E5A62;
}
.TagClassName
{
border-color: #2E5A62;
}
</style>