Shades of Pelorous #2EA4C6
Tints of Pelorous #2EA4C6
RGB
CMYK
RGB Variations
Color information
#2EA4C6 (or 0x2EA4C6) is known color: Pelorous. HEX triplet: 2E, A4 and C6. RGB value is (46,164,198). Sum of RGB (Red+Green+Blue) = 46+164+198=408 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.27% from 408); Green value is 164 (64.45% from 255 or 40.20% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #2EA4C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA4C6 is #D15B39. Grayscale: #848484. Windows color (decimal): -13720378 or 13018158. OLE color: 13018158.
HSL color Cylindrical-coordinate representation of color #2EA4C6: hue angle of 193.42º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EA4C6 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 46 | 164 | 198 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.22 |
| HSL | 193.42º | 0.62% | 0.48% | - |
| HSV(B) | 193.42º | 0.77% | 0.78% | - |
| XYZ | 24.6 | 31.21 | 58.15 | - |
| YUV | 132.59 | 164.91 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 164 | 198 | 0.77 | 0.17 | 0 | 0.22 | 193.42 | 0.62 | 0.48 |
| Hex | 2E | A4 | C6 | 4D | 11 | 0 | 16 | C1 | 3E | 30 |
| Octal | 56 | 244 | 306 | 115 | 21 | 0 | 26 | 301 | 76 | 60 |
| Binary | 101110 | 10100100 | 11000110 | 1001101 | 10001 | 0 | 10110 | 11000001 | 111110 | 110000 |
Color Harmonies of #2EA4C6
Complementary color
Monochromatic Colors of #2EA4C6
Black with #2EA4C6
Text Example
Text Example
White with #2EA4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EA4C6; }
p { color: rgb(46,164,198); }
H1.HeaderClassName
{
color: #2EA4C6;
}
.AnyTagClassName
{
color: #2EA4C6;
}
</style>
background-color css
<style>
a { background-color: #2EA4C6; }
a { background-color: rgb(46,164,198); }
div.DivClassName
{
background-color: #2EA4C6;
}
.BgClassName
{
background-color: #2EA4C6;
}
</style>
border-color css
<style>
span { border-color: #2EA4C6; }
span { border-color: rgb(46,164,198); }
td.TdClassName
{
border-color: #2EA4C6;
}
.TagClassName
{
border-color: #2EA4C6;
}
</style>