Shades of Pelorous #2E99AA
Tints of Pelorous #2E99AA
RGB
CMYK
RGB Variations
Color information
#2E99AA (or 0x2E99AA) is known color: Pelorous. HEX triplet: 2E, 99 and AA. RGB value is (46,153,170). Sum of RGB (Red+Green+Blue) = 46+153+170=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E99AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E99AA is #D16655. Grayscale: #7A7A7A. Windows color (decimal): -13723222 or 11180334. OLE color: 11180334.
HSL color Cylindrical-coordinate representation of color #2E99AA: hue angle of 188.23º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E99AA is Cyan = 0.73, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 153 | 170 | - |
| CMYK | 0.73 | 0.1 | 0 | 0.33 |
| HSL | 188.23º | 0.57% | 0.42% | - |
| HSV(B) | 188.23º | 0.73% | 0.67% | - |
| XYZ | 19.77 | 26.27 | 42.06 | - |
| YUV | 122.95 | 154.55 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 153 | 170 | 0.73 | 0.1 | 0 | 0.33 | 188.23 | 0.57 | 0.42 |
| Hex | 2E | 99 | AA | 49 | A | 0 | 21 | BC | 39 | 2A |
| Octal | 56 | 231 | 252 | 111 | 12 | 0 | 41 | 274 | 71 | 52 |
| Binary | 101110 | 10011001 | 10101010 | 1001001 | 1010 | 0 | 100001 | 10111100 | 111001 | 101010 |
Color Harmonies of #2E99AA
Complementary color
Monochromatic Colors of #2E99AA
Black with #2E99AA
Text Example
Text Example
White with #2E99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E99AA; }
p { color: rgb(46,153,170); }
H1.HeaderClassName
{
color: #2E99AA;
}
.AnyTagClassName
{
color: #2E99AA;
}
</style>
background-color css
<style>
a { background-color: #2E99AA; }
a { background-color: rgb(46,153,170); }
div.DivClassName
{
background-color: #2E99AA;
}
.BgClassName
{
background-color: #2E99AA;
}
</style>
border-color css
<style>
span { border-color: #2E99AA; }
span { border-color: rgb(46,153,170); }
td.TdClassName
{
border-color: #2E99AA;
}
.TagClassName
{
border-color: #2E99AA;
}
</style>