Shades of Pelorous #2E9ABE
Tints of Pelorous #2E9ABE
RGB
CMYK
RGB Variations
Color information
#2E9ABE (or 0x2E9ABE) is known color: Pelorous. HEX triplet: 2E, 9A and BE. RGB value is (46,154,190). Sum of RGB (Red+Green+Blue) = 46+154+190=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #2E9ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9ABE is #D16541. Grayscale: #7D7D7D. Windows color (decimal): -13722946 or 12491310. OLE color: 12491310.
HSL color Cylindrical-coordinate representation of color #2E9ABE: hue angle of 195º 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 #2E9ABE is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 154 | 190 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.25 |
| HSL | 195º | 0.61% | 0.46% | - |
| HSV(B) | 195º | 0.76% | 0.75% | - |
| XYZ | 21.98 | 27.41 | 52.85 | - |
| YUV | 125.81 | 164.22 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 154 | 190 | 0.76 | 0.19 | 0 | 0.25 | 195 | 0.61 | 0.46 |
| Hex | 2E | 9A | BE | 4C | 13 | 0 | 19 | C3 | 3D | 2E |
| Octal | 56 | 232 | 276 | 114 | 23 | 0 | 31 | 303 | 75 | 56 |
| Binary | 101110 | 10011010 | 10111110 | 1001100 | 10011 | 0 | 11001 | 11000011 | 111101 | 101110 |
Color Harmonies of #2E9ABE
Complementary color
Monochromatic Colors of #2E9ABE
Black with #2E9ABE
Text Example
Text Example
White with #2E9ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9ABE; }
p { color: rgb(46,154,190); }
H1.HeaderClassName
{
color: #2E9ABE;
}
.AnyTagClassName
{
color: #2E9ABE;
}
</style>
background-color css
<style>
a { background-color: #2E9ABE; }
a { background-color: rgb(46,154,190); }
div.DivClassName
{
background-color: #2E9ABE;
}
.BgClassName
{
background-color: #2E9ABE;
}
</style>
border-color css
<style>
span { border-color: #2E9ABE; }
span { border-color: rgb(46,154,190); }
td.TdClassName
{
border-color: #2E9ABE;
}
.TagClassName
{
border-color: #2E9ABE;
}
</style>