Shades of Pelorous #2990AD
Tints of Pelorous #2990AD
RGB
CMYK
RGB Variations
Color information
#2990AD (or 0x2990AD) is known color: Pelorous. HEX triplet: 29, 90 and AD. RGB value is (41,144,173). Sum of RGB (Red+Green+Blue) = 41+144+173=358 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.45% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #2990AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2990AD is #D66F52. Grayscale: #747474. Windows color (decimal): -14053203 or 11374633. OLE color: 11374633.
HSL color Cylindrical-coordinate representation of color #2990AD: hue angle of 193.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2990AD is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 144 | 173 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.32 |
| HSL | 193.18º | 0.62% | 0.42% | - |
| HSV(B) | 193.18º | 0.76% | 0.68% | - |
| XYZ | 18.43 | 23.44 | 43.09 | - |
| YUV | 116.51 | 159.88 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 144 | 173 | 0.76 | 0.17 | 0 | 0.32 | 193.18 | 0.62 | 0.42 |
| Hex | 29 | 90 | AD | 4C | 11 | 0 | 20 | C1 | 3E | 2A |
| Octal | 51 | 220 | 255 | 114 | 21 | 0 | 40 | 301 | 76 | 52 |
| Binary | 101001 | 10010000 | 10101101 | 1001100 | 10001 | 0 | 100000 | 11000001 | 111110 | 101010 |
Color Harmonies of #2990AD
Complementary color
Monochromatic Colors of #2990AD
Black with #2990AD
Text Example
Text Example
White with #2990AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2990AD; }
p { color: rgb(41,144,173); }
H1.HeaderClassName
{
color: #2990AD;
}
.AnyTagClassName
{
color: #2990AD;
}
</style>
background-color css
<style>
a { background-color: #2990AD; }
a { background-color: rgb(41,144,173); }
div.DivClassName
{
background-color: #2990AD;
}
.BgClassName
{
background-color: #2990AD;
}
</style>
border-color css
<style>
span { border-color: #2990AD; }
span { border-color: rgb(41,144,173); }
td.TdClassName
{
border-color: #2990AD;
}
.TagClassName
{
border-color: #2990AD;
}
</style>