Shades of Pelorous #2E9CBA
Tints of Pelorous #2E9CBA
RGB
CMYK
RGB Variations
Color information
#2E9CBA (or 0x2E9CBA) is known color: Pelorous. HEX triplet: 2E, 9C and BA. RGB value is (46,156,186). Sum of RGB (Red+Green+Blue) = 46+156+186=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E9CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9CBA is #D16345. Grayscale: #7E7E7E. Windows color (decimal): -13722438 or 12229678. OLE color: 12229678.
HSL color Cylindrical-coordinate representation of color #2E9CBA: hue angle of 192.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E9CBA is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 156 | 186 | - |
| CMYK | 0.75 | 0.16 | 0 | 0.27 |
| HSL | 192.86º | 0.6% | 0.45% | - |
| HSV(B) | 192.86º | 0.75% | 0.73% | - |
| XYZ | 21.88 | 27.9 | 50.69 | - |
| YUV | 126.53 | 161.56 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 156 | 186 | 0.75 | 0.16 | 0 | 0.27 | 192.86 | 0.6 | 0.45 |
| Hex | 2E | 9C | BA | 4B | 10 | 0 | 1B | C1 | 3C | 2D |
| Octal | 56 | 234 | 272 | 113 | 20 | 0 | 33 | 301 | 74 | 55 |
| Binary | 101110 | 10011100 | 10111010 | 1001011 | 10000 | 0 | 11011 | 11000001 | 111100 | 101101 |
Color Harmonies of #2E9CBA
Complementary color
Monochromatic Colors of #2E9CBA
Black with #2E9CBA
Text Example
Text Example
White with #2E9CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9CBA; }
p { color: rgb(46,156,186); }
H1.HeaderClassName
{
color: #2E9CBA;
}
.AnyTagClassName
{
color: #2E9CBA;
}
</style>
background-color css
<style>
a { background-color: #2E9CBA; }
a { background-color: rgb(46,156,186); }
div.DivClassName
{
background-color: #2E9CBA;
}
.BgClassName
{
background-color: #2E9CBA;
}
</style>
border-color css
<style>
span { border-color: #2E9CBA; }
span { border-color: rgb(46,156,186); }
td.TdClassName
{
border-color: #2E9CBA;
}
.TagClassName
{
border-color: #2E9CBA;
}
</style>