Shades of Pelorous #2897AA
Tints of Pelorous #2897AA
RGB
CMYK
RGB Variations
Color information
#2897AA (or 0x2897AA) is known color: Pelorous. HEX triplet: 28, 97 and AA. RGB value is (40,151,170). Sum of RGB (Red+Green+Blue) = 40+151+170=361 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.08% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #2897AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2897AA is #D76855. Grayscale: #777777. Windows color (decimal): -14116950 or 11179816. OLE color: 11179816.
HSL color Cylindrical-coordinate representation of color #2897AA: hue angle of 188.77º 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 #2897AA is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 151 | 170 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.33 |
| HSL | 188.77º | 0.62% | 0.41% | - |
| HSV(B) | 188.77º | 0.76% | 0.67% | - |
| XYZ | 19.2 | 25.49 | 41.94 | - |
| YUV | 119.98 | 156.23 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 151 | 170 | 0.76 | 0.11 | 0 | 0.33 | 188.77 | 0.62 | 0.41 |
| Hex | 28 | 97 | AA | 4C | B | 0 | 21 | BD | 3E | 29 |
| Octal | 50 | 227 | 252 | 114 | 13 | 0 | 41 | 275 | 76 | 51 |
| Binary | 101000 | 10010111 | 10101010 | 1001100 | 1011 | 0 | 100001 | 10111101 | 111110 | 101001 |
Color Harmonies of #2897AA
Complementary color
Monochromatic Colors of #2897AA
Black with #2897AA
Text Example
Text Example
White with #2897AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2897AA; }
p { color: rgb(40,151,170); }
H1.HeaderClassName
{
color: #2897AA;
}
.AnyTagClassName
{
color: #2897AA;
}
</style>
background-color css
<style>
a { background-color: #2897AA; }
a { background-color: rgb(40,151,170); }
div.DivClassName
{
background-color: #2897AA;
}
.BgClassName
{
background-color: #2897AA;
}
</style>
border-color css
<style>
span { border-color: #2897AA; }
span { border-color: rgb(40,151,170); }
td.TdClassName
{
border-color: #2897AA;
}
.TagClassName
{
border-color: #2897AA;
}
</style>