Shades of Pelorous #2990BA
Tints of Pelorous #2990BA
RGB
CMYK
RGB Variations
Color information
#2990BA (or 0x2990BA) is known color: Pelorous. HEX triplet: 29, 90 and BA. RGB value is (41,144,186). Sum of RGB (Red+Green+Blue) = 41+144+186=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #2990BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2990BA is #D66F45. Grayscale: #757575. Windows color (decimal): -14053190 or 12226601. OLE color: 12226601.
HSL color Cylindrical-coordinate representation of color #2990BA: hue angle of 197.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2990BA is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 144 | 186 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.27 |
| HSL | 197.38º | 0.64% | 0.45% | - |
| HSV(B) | 197.38º | 0.78% | 0.73% | - |
| XYZ | 19.75 | 23.96 | 50.04 | - |
| YUV | 117.99 | 166.38 | 73.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 144 | 186 | 0.78 | 0.23 | 0 | 0.27 | 197.38 | 0.64 | 0.45 |
| Hex | 29 | 90 | BA | 4E | 17 | 0 | 1B | C5 | 40 | 2D |
| Octal | 51 | 220 | 272 | 116 | 27 | 0 | 33 | 305 | 100 | 55 |
| Binary | 101001 | 10010000 | 10111010 | 1001110 | 10111 | 0 | 11011 | 11000101 | 1000000 | 101101 |
Color Harmonies of #2990BA
Complementary color
Monochromatic Colors of #2990BA
Black with #2990BA
Text Example
Text Example
White with #2990BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2990BA; }
p { color: rgb(41,144,186); }
H1.HeaderClassName
{
color: #2990BA;
}
.AnyTagClassName
{
color: #2990BA;
}
</style>
background-color css
<style>
a { background-color: #2990BA; }
a { background-color: rgb(41,144,186); }
div.DivClassName
{
background-color: #2990BA;
}
.BgClassName
{
background-color: #2990BA;
}
</style>
border-color css
<style>
span { border-color: #2990BA; }
span { border-color: rgb(41,144,186); }
td.TdClassName
{
border-color: #2990BA;
}
.TagClassName
{
border-color: #2990BA;
}
</style>