Shades of Pelorous #2EA3C1
Tints of Pelorous #2EA3C1
RGB
CMYK
RGB Variations
Color information
#2EA3C1 (or 0x2EA3C1) is known color: Pelorous. HEX triplet: 2E, A3 and C1. RGB value is (46,163,193). Sum of RGB (Red+Green+Blue) = 46+163+193=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 163 (64.06% from 255 or 40.55% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: blue. Hex color #2EA3C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA3C1 is #D15C3E. Grayscale: #838383. Windows color (decimal): -13720639 or 12690222. OLE color: 12690222.
HSL color Cylindrical-coordinate representation of color #2EA3C1: hue angle of 192.24º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EA3C1 is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 163 | 193 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.24 |
| HSL | 192.24º | 0.62% | 0.47% | - |
| HSV(B) | 192.24º | 0.76% | 0.76% | - |
| XYZ | 23.85 | 30.63 | 55.11 | - |
| YUV | 131.44 | 162.74 | 67.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 163 | 193 | 0.76 | 0.16 | 0 | 0.24 | 192.24 | 0.62 | 0.47 |
| Hex | 2E | A3 | C1 | 4C | 10 | 0 | 18 | C0 | 3E | 2F |
| Octal | 56 | 243 | 301 | 114 | 20 | 0 | 30 | 300 | 76 | 57 |
| Binary | 101110 | 10100011 | 11000001 | 1001100 | 10000 | 0 | 11000 | 11000000 | 111110 | 101111 |
Color Harmonies of #2EA3C1
Complementary color
Monochromatic Colors of #2EA3C1
Black with #2EA3C1
Text Example
Text Example
White with #2EA3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA3C1; }
p { color: rgb(46,163,193); }
H1.HeaderClassName
{
color: #2EA3C1;
}
.AnyTagClassName
{
color: #2EA3C1;
}
</style>
background-color css
<style>
a { background-color: #2EA3C1; }
a { background-color: rgb(46,163,193); }
div.DivClassName
{
background-color: #2EA3C1;
}
.BgClassName
{
background-color: #2EA3C1;
}
</style>
border-color css
<style>
span { border-color: #2EA3C1; }
span { border-color: rgb(46,163,193); }
td.TdClassName
{
border-color: #2EA3C1;
}
.TagClassName
{
border-color: #2EA3C1;
}
</style>