Shades of Pelorous #2997AA
Tints of Pelorous #2997AA
RGB
CMYK
RGB Variations
Color information
#2997AA (or 0x2997AA) is known color: Pelorous. HEX triplet: 29, 97 and AA. RGB value is (41,151,170). Sum of RGB (Red+Green+Blue) = 41+151+170=362 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.33% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #2997AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2997AA is #D66855. Grayscale: #787878. Windows color (decimal): -14051414 or 11179817. OLE color: 11179817.
HSL color Cylindrical-coordinate representation of color #2997AA: hue angle of 188.84º 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 #2997AA is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 151 | 170 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.33 |
| HSL | 188.84º | 0.61% | 0.41% | - |
| HSV(B) | 188.84º | 0.76% | 0.67% | - |
| XYZ | 19.24 | 25.51 | 41.94 | - |
| YUV | 120.28 | 156.06 | 71.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 151 | 170 | 0.76 | 0.11 | 0 | 0.33 | 188.84 | 0.61 | 0.41 |
| Hex | 29 | 97 | AA | 4C | B | 0 | 21 | BD | 3D | 29 |
| Octal | 51 | 227 | 252 | 114 | 13 | 0 | 41 | 275 | 75 | 51 |
| Binary | 101001 | 10010111 | 10101010 | 1001100 | 1011 | 0 | 100001 | 10111101 | 111101 | 101001 |
Color Harmonies of #2997AA
Complementary color
Monochromatic Colors of #2997AA
Black with #2997AA
Text Example
Text Example
White with #2997AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2997AA; }
p { color: rgb(41,151,170); }
H1.HeaderClassName
{
color: #2997AA;
}
.AnyTagClassName
{
color: #2997AA;
}
</style>
background-color css
<style>
a { background-color: #2997AA; }
a { background-color: rgb(41,151,170); }
div.DivClassName
{
background-color: #2997AA;
}
.BgClassName
{
background-color: #2997AA;
}
</style>
border-color css
<style>
span { border-color: #2997AA; }
span { border-color: rgb(41,151,170); }
td.TdClassName
{
border-color: #2997AA;
}
.TagClassName
{
border-color: #2997AA;
}
</style>