Shades of Pelorous #2990B1
Tints of Pelorous #2990B1
RGB
CMYK
RGB Variations
Color information
#2990B1 (or 0x2990B1) is known color: Pelorous. HEX triplet: 29, 90 and B1. RGB value is (41,144,177). Sum of RGB (Red+Green+Blue) = 41+144+177=362 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.33% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #2990B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2990B1 is #D66F4E. Grayscale: #747474. Windows color (decimal): -14053199 or 11636777. OLE color: 11636777.
HSL color Cylindrical-coordinate representation of color #2990B1: hue angle of 194.56º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2990B1 is Cyan = 0.77, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 144 | 177 | - |
| CMYK | 0.77 | 0.19 | 0 | 0.31 |
| HSL | 194.56º | 0.62% | 0.43% | - |
| HSV(B) | 194.56º | 0.77% | 0.69% | - |
| XYZ | 18.82 | 23.59 | 45.16 | - |
| YUV | 116.97 | 161.88 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 144 | 177 | 0.77 | 0.19 | 0 | 0.31 | 194.56 | 0.62 | 0.43 |
| Hex | 29 | 90 | B1 | 4D | 13 | 0 | 1F | C3 | 3E | 2B |
| Octal | 51 | 220 | 261 | 115 | 23 | 0 | 37 | 303 | 76 | 53 |
| Binary | 101001 | 10010000 | 10110001 | 1001101 | 10011 | 0 | 11111 | 11000011 | 111110 | 101011 |
Color Harmonies of #2990B1
Complementary color
Monochromatic Colors of #2990B1
Black with #2990B1
Text Example
Text Example
White with #2990B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2990B1; }
p { color: rgb(41,144,177); }
H1.HeaderClassName
{
color: #2990B1;
}
.AnyTagClassName
{
color: #2990B1;
}
</style>
background-color css
<style>
a { background-color: #2990B1; }
a { background-color: rgb(41,144,177); }
div.DivClassName
{
background-color: #2990B1;
}
.BgClassName
{
background-color: #2990B1;
}
</style>
border-color css
<style>
span { border-color: #2990B1; }
span { border-color: rgb(41,144,177); }
td.TdClassName
{
border-color: #2990B1;
}
.TagClassName
{
border-color: #2990B1;
}
</style>