Shades of Pelorous #2898AA
Tints of Pelorous #2898AA
RGB
CMYK
RGB Variations
Color information
#2898AA (or 0x2898AA) is known color: Pelorous. HEX triplet: 28, 98 and AA. RGB value is (40,152,170). Sum of RGB (Red+Green+Blue) = 40+152+170=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #2898AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2898AA is #D76755. Grayscale: #787878. Windows color (decimal): -14116694 or 11180072. OLE color: 11180072.
HSL color Cylindrical-coordinate representation of color #2898AA: hue angle of 188.31º 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 #2898AA is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 152 | 170 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.33 |
| HSL | 188.31º | 0.62% | 0.41% | - |
| HSV(B) | 188.31º | 0.76% | 0.67% | - |
| XYZ | 19.36 | 25.81 | 41.99 | - |
| YUV | 120.56 | 155.89 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 152 | 170 | 0.76 | 0.11 | 0 | 0.33 | 188.31 | 0.62 | 0.41 |
| Hex | 28 | 98 | AA | 4C | B | 0 | 21 | BC | 3E | 29 |
| Octal | 50 | 230 | 252 | 114 | 13 | 0 | 41 | 274 | 76 | 51 |
| Binary | 101000 | 10011000 | 10101010 | 1001100 | 1011 | 0 | 100001 | 10111100 | 111110 | 101001 |
Color Harmonies of #2898AA
Complementary color
Monochromatic Colors of #2898AA
Black with #2898AA
Text Example
Text Example
White with #2898AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2898AA; }
p { color: rgb(40,152,170); }
H1.HeaderClassName
{
color: #2898AA;
}
.AnyTagClassName
{
color: #2898AA;
}
</style>
background-color css
<style>
a { background-color: #2898AA; }
a { background-color: rgb(40,152,170); }
div.DivClassName
{
background-color: #2898AA;
}
.BgClassName
{
background-color: #2898AA;
}
</style>
border-color css
<style>
span { border-color: #2898AA; }
span { border-color: rgb(40,152,170); }
td.TdClassName
{
border-color: #2898AA;
}
.TagClassName
{
border-color: #2898AA;
}
</style>