Shades of Pelorous #2991AA
Tints of Pelorous #2991AA
RGB
CMYK
RGB Variations
Color information
#2991AA (or 0x2991AA) is known color: Pelorous. HEX triplet: 29, 91 and AA. RGB value is (41,145,170). Sum of RGB (Red+Green+Blue) = 41+145+170=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 145 (57.03% from 255 or 40.73% from 356); Blue value is 170 (66.80% from 255 or 47.75% from 356); Max value from RGB is 170 - color contains mainly: blue. Hex color #2991AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2991AA is #D66E55. Grayscale: #747474. Windows color (decimal): -14052950 or 11178281. OLE color: 11178281.
HSL color Cylindrical-coordinate representation of color #2991AA: hue angle of 191.63º degrees, saturation: 0.61, 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 #2991AA is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 145 | 170 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.33 |
| HSL | 191.63º | 0.61% | 0.41% | - |
| HSV(B) | 191.63º | 0.76% | 0.67% | - |
| XYZ | 18.3 | 23.62 | 41.63 | - |
| YUV | 116.75 | 158.04 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 145 | 170 | 0.76 | 0.15 | 0 | 0.33 | 191.63 | 0.61 | 0.41 |
| Hex | 29 | 91 | AA | 4C | F | 0 | 21 | C0 | 3D | 29 |
| Octal | 51 | 221 | 252 | 114 | 17 | 0 | 41 | 300 | 75 | 51 |
| Binary | 101001 | 10010001 | 10101010 | 1001100 | 1111 | 0 | 100001 | 11000000 | 111101 | 101001 |
Color Harmonies of #2991AA
Complementary color
Monochromatic Colors of #2991AA
Black with #2991AA
Text Example
Text Example
White with #2991AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2991AA; }
p { color: rgb(41,145,170); }
H1.HeaderClassName
{
color: #2991AA;
}
.AnyTagClassName
{
color: #2991AA;
}
</style>
background-color css
<style>
a { background-color: #2991AA; }
a { background-color: rgb(41,145,170); }
div.DivClassName
{
background-color: #2991AA;
}
.BgClassName
{
background-color: #2991AA;
}
</style>
border-color css
<style>
span { border-color: #2991AA; }
span { border-color: rgb(41,145,170); }
td.TdClassName
{
border-color: #2991AA;
}
.TagClassName
{
border-color: #2991AA;
}
</style>