Shades of Pelorous #2E9AAA
Tints of Pelorous #2E9AAA
RGB
CMYK
RGB Variations
Color information
#2E9AAA (or 0x2E9AAA) is known color: Pelorous. HEX triplet: 2E, 9A and AA. RGB value is (46,154,170). Sum of RGB (Red+Green+Blue) = 46+154+170=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E9AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9AAA is #D16555. Grayscale: #7B7B7B. Windows color (decimal): -13722966 or 11180590. OLE color: 11180590.
HSL color Cylindrical-coordinate representation of color #2E9AAA: hue angle of 187.74º 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 #2E9AAA is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 154 | 170 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.33 |
| HSL | 187.74º | 0.57% | 0.42% | - |
| HSV(B) | 187.74º | 0.73% | 0.67% | - |
| XYZ | 19.94 | 26.59 | 42.11 | - |
| YUV | 123.53 | 154.22 | 72.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 154 | 170 | 0.73 | 0.09 | 0 | 0.33 | 187.74 | 0.57 | 0.42 |
| Hex | 2E | 9A | AA | 49 | 9 | 0 | 21 | BC | 39 | 2A |
| Octal | 56 | 232 | 252 | 111 | 11 | 0 | 41 | 274 | 71 | 52 |
| Binary | 101110 | 10011010 | 10101010 | 1001001 | 1001 | 0 | 100001 | 10111100 | 111001 | 101010 |
Color Harmonies of #2E9AAA
Complementary color
Monochromatic Colors of #2E9AAA
Black with #2E9AAA
Text Example
Text Example
White with #2E9AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E9AAA; }
p { color: rgb(46,154,170); }
H1.HeaderClassName
{
color: #2E9AAA;
}
.AnyTagClassName
{
color: #2E9AAA;
}
</style>
background-color css
<style>
a { background-color: #2E9AAA; }
a { background-color: rgb(46,154,170); }
div.DivClassName
{
background-color: #2E9AAA;
}
.BgClassName
{
background-color: #2E9AAA;
}
</style>
border-color css
<style>
span { border-color: #2E9AAA; }
span { border-color: rgb(46,154,170); }
td.TdClassName
{
border-color: #2E9AAA;
}
.TagClassName
{
border-color: #2E9AAA;
}
</style>