Shades of Pelorous #2994A9
Tints of Pelorous #2994A9
RGB
CMYK
RGB Variations
Color information
#2994A9 (or 0x2994A9) is known color: Pelorous. HEX triplet: 29, 94 and A9. RGB value is (41,148,169). Sum of RGB (Red+Green+Blue) = 41+148+169=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 169 (66.41% from 255 or 47.21% from 358); Max value from RGB is 169 - color contains mainly: blue. Hex color #2994A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2994A9 is #D66B56. Grayscale: #767676. Windows color (decimal): -14052183 or 11113513. OLE color: 11113513.
HSL color Cylindrical-coordinate representation of color #2994A9: hue angle of 189.84º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2994A9 is Cyan = 0.76, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 41 | 148 | 169 | - |
| CMYK | 0.76 | 0.12 | 0 | 0.34 |
| HSL | 189.84º | 0.61% | 0.41% | - |
| HSV(B) | 189.84º | 0.76% | 0.66% | - |
| XYZ | 18.67 | 24.52 | 41.28 | - |
| YUV | 118.4 | 156.55 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 148 | 169 | 0.76 | 0.12 | 0 | 0.34 | 189.84 | 0.61 | 0.41 |
| Hex | 29 | 94 | A9 | 4C | C | 0 | 22 | BE | 3D | 29 |
| Octal | 51 | 224 | 251 | 114 | 14 | 0 | 42 | 276 | 75 | 51 |
| Binary | 101001 | 10010100 | 10101001 | 1001100 | 1100 | 0 | 100010 | 10111110 | 111101 | 101001 |
Color Harmonies of #2994A9
Complementary color
Monochromatic Colors of #2994A9
Black with #2994A9
Text Example
Text Example
White with #2994A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2994A9; }
p { color: rgb(41,148,169); }
H1.HeaderClassName
{
color: #2994A9;
}
.AnyTagClassName
{
color: #2994A9;
}
</style>
background-color css
<style>
a { background-color: #2994A9; }
a { background-color: rgb(41,148,169); }
div.DivClassName
{
background-color: #2994A9;
}
.BgClassName
{
background-color: #2994A9;
}
</style>
border-color css
<style>
span { border-color: #2994A9; }
span { border-color: rgb(41,148,169); }
td.TdClassName
{
border-color: #2994A9;
}
.TagClassName
{
border-color: #2994A9;
}
</style>