Shades of Pelorous #2899AA
Tints of Pelorous #2899AA
RGB
CMYK
RGB Variations
Color information
#2899AA (or 0x2899AA) is known color: Pelorous. HEX triplet: 28, 99 and AA. RGB value is (40,153,170). Sum of RGB (Red+Green+Blue) = 40+153+170=363 (48% of max value = 765). Red value is 40 (16.02% from 255 or 11.02% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #2899AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2899AA is #D76655. Grayscale: #787878. Windows color (decimal): -14116438 or 11180328. OLE color: 11180328.
HSL color Cylindrical-coordinate representation of color #2899AA: hue angle of 187.85º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2899AA is Cyan = 0.76, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 153 | 170 | - |
| CMYK | 0.76 | 0.1 | 0 | 0.33 |
| HSL | 187.85º | 0.62% | 0.41% | - |
| HSV(B) | 187.85º | 0.76% | 0.67% | - |
| XYZ | 19.52 | 26.14 | 42.05 | - |
| YUV | 121.15 | 155.56 | 70.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 153 | 170 | 0.76 | 0.1 | 0 | 0.33 | 187.85 | 0.62 | 0.41 |
| Hex | 28 | 99 | AA | 4C | A | 0 | 21 | BC | 3E | 29 |
| Octal | 50 | 231 | 252 | 114 | 12 | 0 | 41 | 274 | 76 | 51 |
| Binary | 101000 | 10011001 | 10101010 | 1001100 | 1010 | 0 | 100001 | 10111100 | 111110 | 101001 |
Color Harmonies of #2899AA
Complementary color
Monochromatic Colors of #2899AA
Black with #2899AA
Text Example
Text Example
White with #2899AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2899AA; }
p { color: rgb(40,153,170); }
H1.HeaderClassName
{
color: #2899AA;
}
.AnyTagClassName
{
color: #2899AA;
}
</style>
background-color css
<style>
a { background-color: #2899AA; }
a { background-color: rgb(40,153,170); }
div.DivClassName
{
background-color: #2899AA;
}
.BgClassName
{
background-color: #2899AA;
}
</style>
border-color css
<style>
span { border-color: #2899AA; }
span { border-color: rgb(40,153,170); }
td.TdClassName
{
border-color: #2899AA;
}
.TagClassName
{
border-color: #2899AA;
}
</style>