Shades of Pelorous #2E9BBE
Tints of Pelorous #2E9BBE
RGB
CMYK
RGB Variations
Color information
#2E9BBE (or 0x2E9BBE) is known color: Pelorous. HEX triplet: 2E, 9B and BE. RGB value is (46,155,190). Sum of RGB (Red+Green+Blue) = 46+155+190=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E9BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9BBE is #D16441. Grayscale: #7E7E7E. Windows color (decimal): -13722690 or 12491566. OLE color: 12491566.
HSL color Cylindrical-coordinate representation of color #2E9BBE: hue angle of 194.58º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E9BBE is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 155 | 190 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.25 |
| HSL | 194.58º | 0.61% | 0.46% | - |
| HSV(B) | 194.58º | 0.76% | 0.75% | - |
| XYZ | 22.14 | 27.74 | 52.9 | - |
| YUV | 126.4 | 163.89 | 70.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 155 | 190 | 0.76 | 0.18 | 0 | 0.25 | 194.58 | 0.61 | 0.46 |
| Hex | 2E | 9B | BE | 4C | 12 | 0 | 19 | C3 | 3D | 2E |
| Octal | 56 | 233 | 276 | 114 | 22 | 0 | 31 | 303 | 75 | 56 |
| Binary | 101110 | 10011011 | 10111110 | 1001100 | 10010 | 0 | 11001 | 11000011 | 111101 | 101110 |
Color Harmonies of #2E9BBE
Complementary color
Monochromatic Colors of #2E9BBE
Black with #2E9BBE
Text Example
Text Example
White with #2E9BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9BBE; }
p { color: rgb(46,155,190); }
H1.HeaderClassName
{
color: #2E9BBE;
}
.AnyTagClassName
{
color: #2E9BBE;
}
</style>
background-color css
<style>
a { background-color: #2E9BBE; }
a { background-color: rgb(46,155,190); }
div.DivClassName
{
background-color: #2E9BBE;
}
.BgClassName
{
background-color: #2E9BBE;
}
</style>
border-color css
<style>
span { border-color: #2E9BBE; }
span { border-color: rgb(46,155,190); }
td.TdClassName
{
border-color: #2E9BBE;
}
.TagClassName
{
border-color: #2E9BBE;
}
</style>