Shades of Pelorous #2999AA
Tints of Pelorous #2999AA
RGB
CMYK
RGB Variations
Color information
#2999AA (or 0x2999AA) is known color: Pelorous. HEX triplet: 29, 99 and AA. RGB value is (41,153,170). Sum of RGB (Red+Green+Blue) = 41+153+170=364 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.26% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 170 (66.80% from 255 or 46.70% from 364); Max value from RGB is 170 - color contains mainly: blue. Hex color #2999AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2999AA is #D66655. Grayscale: #797979. Windows color (decimal): -14050902 or 11180329. OLE color: 11180329.
HSL color Cylindrical-coordinate representation of color #2999AA: hue angle of 187.91º 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 #2999AA is Cyan = 0.76, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 153 | 170 | - |
| CMYK | 0.76 | 0.1 | 0 | 0.33 |
| HSL | 187.91º | 0.61% | 0.41% | - |
| HSV(B) | 187.91º | 0.76% | 0.67% | - |
| XYZ | 19.56 | 26.16 | 42.05 | - |
| YUV | 121.45 | 155.39 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 153 | 170 | 0.76 | 0.1 | 0 | 0.33 | 187.91 | 0.61 | 0.41 |
| Hex | 29 | 99 | AA | 4C | A | 0 | 21 | BC | 3D | 29 |
| Octal | 51 | 231 | 252 | 114 | 12 | 0 | 41 | 274 | 75 | 51 |
| Binary | 101001 | 10011001 | 10101010 | 1001100 | 1010 | 0 | 100001 | 10111100 | 111101 | 101001 |
Color Harmonies of #2999AA
Complementary color
Monochromatic Colors of #2999AA
Black with #2999AA
Text Example
Text Example
White with #2999AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2999AA; }
p { color: rgb(41,153,170); }
H1.HeaderClassName
{
color: #2999AA;
}
.AnyTagClassName
{
color: #2999AA;
}
</style>
background-color css
<style>
a { background-color: #2999AA; }
a { background-color: rgb(41,153,170); }
div.DivClassName
{
background-color: #2999AA;
}
.BgClassName
{
background-color: #2999AA;
}
</style>
border-color css
<style>
span { border-color: #2999AA; }
span { border-color: rgb(41,153,170); }
td.TdClassName
{
border-color: #2999AA;
}
.TagClassName
{
border-color: #2999AA;
}
</style>