Shades of Pelorous #2999AB
Tints of Pelorous #2999AB
RGB
CMYK
RGB Variations
Color information
#2999AB (or 0x2999AB) is known color: Pelorous. HEX triplet: 29, 99 and AB. RGB value is (41,153,171). Sum of RGB (Red+Green+Blue) = 41+153+171=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 153 (60.16% from 255 or 41.92% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #2999AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2999AB is #D66654. Grayscale: #797979. Windows color (decimal): -14050901 or 11245865. OLE color: 11245865.
HSL color Cylindrical-coordinate representation of color #2999AB: hue angle of 188.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2999AB is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 153 | 171 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.33 |
| HSL | 188.31º | 0.61% | 0.42% | - |
| HSV(B) | 188.31º | 0.76% | 0.67% | - |
| XYZ | 19.66 | 26.19 | 42.55 | - |
| YUV | 121.56 | 155.89 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 153 | 171 | 0.76 | 0.11 | 0 | 0.33 | 188.31 | 0.61 | 0.42 |
| Hex | 29 | 99 | AB | 4C | B | 0 | 21 | BC | 3D | 2A |
| Octal | 51 | 231 | 253 | 114 | 13 | 0 | 41 | 274 | 75 | 52 |
| Binary | 101001 | 10011001 | 10101011 | 1001100 | 1011 | 0 | 100001 | 10111100 | 111101 | 101010 |
Color Harmonies of #2999AB
Complementary color
Monochromatic Colors of #2999AB
Black with #2999AB
Text Example
Text Example
White with #2999AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2999AB; }
p { color: rgb(41,153,171); }
H1.HeaderClassName
{
color: #2999AB;
}
.AnyTagClassName
{
color: #2999AB;
}
</style>
background-color css
<style>
a { background-color: #2999AB; }
a { background-color: rgb(41,153,171); }
div.DivClassName
{
background-color: #2999AB;
}
.BgClassName
{
background-color: #2999AB;
}
</style>
border-color css
<style>
span { border-color: #2999AB; }
span { border-color: rgb(41,153,171); }
td.TdClassName
{
border-color: #2999AB;
}
.TagClassName
{
border-color: #2999AB;
}
</style>