Shades of Pelorous #2894AA
Tints of Pelorous #2894AA
RGB
CMYK
RGB Variations
Color information
#2894AA (or 0x2894AA) is known color: Pelorous. HEX triplet: 28, 94 and AA. RGB value is (40,148,170). Sum of RGB (Red+Green+Blue) = 40+148+170=358 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.17% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #2894AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2894AA is #D76B55. Grayscale: #767676. Windows color (decimal): -14117718 or 11179048. OLE color: 11179048.
HSL color Cylindrical-coordinate representation of color #2894AA: hue angle of 190.15º 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 #2894AA is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 148 | 170 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.33 |
| HSL | 190.15º | 0.62% | 0.41% | - |
| HSV(B) | 190.15º | 0.76% | 0.67% | - |
| XYZ | 18.72 | 24.53 | 41.78 | - |
| YUV | 118.22 | 157.22 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 148 | 170 | 0.76 | 0.13 | 0 | 0.33 | 190.15 | 0.62 | 0.41 |
| Hex | 28 | 94 | AA | 4C | D | 0 | 21 | BE | 3E | 29 |
| Octal | 50 | 224 | 252 | 114 | 15 | 0 | 41 | 276 | 76 | 51 |
| Binary | 101000 | 10010100 | 10101010 | 1001100 | 1101 | 0 | 100001 | 10111110 | 111110 | 101001 |
Color Harmonies of #2894AA
Complementary color
Monochromatic Colors of #2894AA
Black with #2894AA
Text Example
Text Example
White with #2894AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2894AA; }
p { color: rgb(40,148,170); }
H1.HeaderClassName
{
color: #2894AA;
}
.AnyTagClassName
{
color: #2894AA;
}
</style>
background-color css
<style>
a { background-color: #2894AA; }
a { background-color: rgb(40,148,170); }
div.DivClassName
{
background-color: #2894AA;
}
.BgClassName
{
background-color: #2894AA;
}
</style>
border-color css
<style>
span { border-color: #2894AA; }
span { border-color: rgb(40,148,170); }
td.TdClassName
{
border-color: #2894AA;
}
.TagClassName
{
border-color: #2894AA;
}
</style>