Shades of Pelorous #2E9EBE
Tints of Pelorous #2E9EBE
RGB
CMYK
RGB Variations
Color information
#2E9EBE (or 0x2E9EBE) is known color: Pelorous. HEX triplet: 2E, 9E and BE. RGB value is (46,158,190). Sum of RGB (Red+Green+Blue) = 46+158+190=394 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.68% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E9EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9EBE is #D16141. Grayscale: #7F7F7F. Windows color (decimal): -13721922 or 12492334. OLE color: 12492334.
HSL color Cylindrical-coordinate representation of color #2E9EBE: hue angle of 193.33º 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 #2E9EBE is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 158 | 190 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.25 |
| HSL | 193.33º | 0.61% | 0.46% | - |
| HSV(B) | 193.33º | 0.76% | 0.75% | - |
| XYZ | 22.65 | 28.75 | 53.07 | - |
| YUV | 128.16 | 162.89 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 158 | 190 | 0.76 | 0.17 | 0 | 0.25 | 193.33 | 0.61 | 0.46 |
| Hex | 2E | 9E | BE | 4C | 11 | 0 | 19 | C1 | 3D | 2E |
| Octal | 56 | 236 | 276 | 114 | 21 | 0 | 31 | 301 | 75 | 56 |
| Binary | 101110 | 10011110 | 10111110 | 1001100 | 10001 | 0 | 11001 | 11000001 | 111101 | 101110 |
Color Harmonies of #2E9EBE
Complementary color
Monochromatic Colors of #2E9EBE
Black with #2E9EBE
Text Example
Text Example
White with #2E9EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9EBE; }
p { color: rgb(46,158,190); }
H1.HeaderClassName
{
color: #2E9EBE;
}
.AnyTagClassName
{
color: #2E9EBE;
}
</style>
background-color css
<style>
a { background-color: #2E9EBE; }
a { background-color: rgb(46,158,190); }
div.DivClassName
{
background-color: #2E9EBE;
}
.BgClassName
{
background-color: #2E9EBE;
}
</style>
border-color css
<style>
span { border-color: #2E9EBE; }
span { border-color: rgb(46,158,190); }
td.TdClassName
{
border-color: #2E9EBE;
}
.TagClassName
{
border-color: #2E9EBE;
}
</style>