Shades of Pelorous #2991BC
Tints of Pelorous #2991BC
RGB
CMYK
RGB Variations
Color information
#2991BC (or 0x2991BC) is known color: Pelorous. HEX triplet: 29, 91 and BC. RGB value is (41,145,188). Sum of RGB (Red+Green+Blue) = 41+145+188=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #2991BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2991BC is #D66E43. Grayscale: #767676. Windows color (decimal): -14052932 or 12357929. OLE color: 12357929.
HSL color Cylindrical-coordinate representation of color #2991BC: hue angle of 197.55º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2991BC is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 145 | 188 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.26 |
| HSL | 197.55º | 0.64% | 0.45% | - |
| HSV(B) | 197.55º | 0.78% | 0.74% | - |
| XYZ | 20.12 | 24.35 | 51.22 | - |
| YUV | 118.81 | 167.04 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 145 | 188 | 0.78 | 0.23 | 0 | 0.26 | 197.55 | 0.64 | 0.45 |
| Hex | 29 | 91 | BC | 4E | 17 | 0 | 1A | C6 | 40 | 2D |
| Octal | 51 | 221 | 274 | 116 | 27 | 0 | 32 | 306 | 100 | 55 |
| Binary | 101001 | 10010001 | 10111100 | 1001110 | 10111 | 0 | 11010 | 11000110 | 1000000 | 101101 |
Color Harmonies of #2991BC
Complementary color
Monochromatic Colors of #2991BC
Black with #2991BC
Text Example
Text Example
White with #2991BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2991BC; }
p { color: rgb(41,145,188); }
H1.HeaderClassName
{
color: #2991BC;
}
.AnyTagClassName
{
color: #2991BC;
}
</style>
background-color css
<style>
a { background-color: #2991BC; }
a { background-color: rgb(41,145,188); }
div.DivClassName
{
background-color: #2991BC;
}
.BgClassName
{
background-color: #2991BC;
}
</style>
border-color css
<style>
span { border-color: #2991BC; }
span { border-color: rgb(41,145,188); }
td.TdClassName
{
border-color: #2991BC;
}
.TagClassName
{
border-color: #2991BC;
}
</style>