Shades of Pelorous #2896AA
Tints of Pelorous #2896AA
RGB
CMYK
RGB Variations
Color information
#2896AA (or 0x2896AA) is known color: Pelorous. HEX triplet: 28, 96 and AA. RGB value is (40,150,170). Sum of RGB (Red+Green+Blue) = 40+150+170=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #2896AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2896AA is #D76955. Grayscale: #777777. Windows color (decimal): -14117206 or 11179560. OLE color: 11179560.
HSL color Cylindrical-coordinate representation of color #2896AA: hue angle of 189.23º 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 #2896AA is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 150 | 170 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.33 |
| HSL | 189.23º | 0.62% | 0.41% | - |
| HSV(B) | 189.23º | 0.76% | 0.67% | - |
| XYZ | 19.04 | 25.17 | 41.88 | - |
| YUV | 119.39 | 156.56 | 71.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 150 | 170 | 0.76 | 0.12 | 0 | 0.33 | 189.23 | 0.62 | 0.41 |
| Hex | 28 | 96 | AA | 4C | C | 0 | 21 | BD | 3E | 29 |
| Octal | 50 | 226 | 252 | 114 | 14 | 0 | 41 | 275 | 76 | 51 |
| Binary | 101000 | 10010110 | 10101010 | 1001100 | 1100 | 0 | 100001 | 10111101 | 111110 | 101001 |
Color Harmonies of #2896AA
Complementary color
Monochromatic Colors of #2896AA
Black with #2896AA
Text Example
Text Example
White with #2896AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2896AA; }
p { color: rgb(40,150,170); }
H1.HeaderClassName
{
color: #2896AA;
}
.AnyTagClassName
{
color: #2896AA;
}
</style>
background-color css
<style>
a { background-color: #2896AA; }
a { background-color: rgb(40,150,170); }
div.DivClassName
{
background-color: #2896AA;
}
.BgClassName
{
background-color: #2896AA;
}
</style>
border-color css
<style>
span { border-color: #2896AA; }
span { border-color: rgb(40,150,170); }
td.TdClassName
{
border-color: #2896AA;
}
.TagClassName
{
border-color: #2896AA;
}
</style>