Shades of Pelorous #2992BB
Tints of Pelorous #2992BB
RGB
CMYK
RGB Variations
Color information
#2992BB (or 0x2992BB) is known color: Pelorous. HEX triplet: 29, 92 and BB. RGB value is (41,146,187). Sum of RGB (Red+Green+Blue) = 41+146+187=374 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.96% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #2992BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2992BB is #D66D44. Grayscale: #777777. Windows color (decimal): -14052677 or 12292649. OLE color: 12292649.
HSL color Cylindrical-coordinate representation of color #2992BB: hue angle of 196.85º 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 #2992BB is Cyan = 0.78, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 146 | 187 | - |
| CMYK | 0.78 | 0.22 | 0 | 0.27 |
| HSL | 196.85º | 0.64% | 0.45% | - |
| HSV(B) | 196.85º | 0.78% | 0.73% | - |
| XYZ | 20.16 | 24.62 | 50.7 | - |
| YUV | 119.28 | 166.21 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 146 | 187 | 0.78 | 0.22 | 0 | 0.27 | 196.85 | 0.64 | 0.45 |
| Hex | 29 | 92 | BB | 4E | 16 | 0 | 1B | C5 | 40 | 2D |
| Octal | 51 | 222 | 273 | 116 | 26 | 0 | 33 | 305 | 100 | 55 |
| Binary | 101001 | 10010010 | 10111011 | 1001110 | 10110 | 0 | 11011 | 11000101 | 1000000 | 101101 |
Color Harmonies of #2992BB
Complementary color
Monochromatic Colors of #2992BB
Black with #2992BB
Text Example
Text Example
White with #2992BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2992BB; }
p { color: rgb(41,146,187); }
H1.HeaderClassName
{
color: #2992BB;
}
.AnyTagClassName
{
color: #2992BB;
}
</style>
background-color css
<style>
a { background-color: #2992BB; }
a { background-color: rgb(41,146,187); }
div.DivClassName
{
background-color: #2992BB;
}
.BgClassName
{
background-color: #2992BB;
}
</style>
border-color css
<style>
span { border-color: #2992BB; }
span { border-color: rgb(41,146,187); }
td.TdClassName
{
border-color: #2992BB;
}
.TagClassName
{
border-color: #2992BB;
}
</style>