Shades of Pelorous #2990AB
Tints of Pelorous #2990AB
RGB
CMYK
RGB Variations
Color information
#2990AB (or 0x2990AB) is known color: Pelorous. HEX triplet: 29, 90 and AB. RGB value is (41,144,171). Sum of RGB (Red+Green+Blue) = 41+144+171=356 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.52% from 356); Green value is 144 (56.64% from 255 or 40.45% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #2990AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2990AB is #D66F54. Grayscale: #747474. Windows color (decimal): -14053205 or 11243561. OLE color: 11243561.
HSL color Cylindrical-coordinate representation of color #2990AB: hue angle of 192.46º 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 #2990AB is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 144 | 171 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.33 |
| HSL | 192.46º | 0.61% | 0.42% | - |
| HSV(B) | 192.46º | 0.76% | 0.67% | - |
| XYZ | 18.24 | 23.36 | 42.08 | - |
| YUV | 116.28 | 158.88 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 144 | 171 | 0.76 | 0.16 | 0 | 0.33 | 192.46 | 0.61 | 0.42 |
| Hex | 29 | 90 | AB | 4C | 10 | 0 | 21 | C0 | 3D | 2A |
| Octal | 51 | 220 | 253 | 114 | 20 | 0 | 41 | 300 | 75 | 52 |
| Binary | 101001 | 10010000 | 10101011 | 1001100 | 10000 | 0 | 100001 | 11000000 | 111101 | 101010 |
Color Harmonies of #2990AB
Complementary color
Monochromatic Colors of #2990AB
Black with #2990AB
Text Example
Text Example
White with #2990AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2990AB; }
p { color: rgb(41,144,171); }
H1.HeaderClassName
{
color: #2990AB;
}
.AnyTagClassName
{
color: #2990AB;
}
</style>
background-color css
<style>
a { background-color: #2990AB; }
a { background-color: rgb(41,144,171); }
div.DivClassName
{
background-color: #2990AB;
}
.BgClassName
{
background-color: #2990AB;
}
</style>
border-color css
<style>
span { border-color: #2990AB; }
span { border-color: rgb(41,144,171); }
td.TdClassName
{
border-color: #2990AB;
}
.TagClassName
{
border-color: #2990AB;
}
</style>