Shades of Pelorous #2992B1
Tints of Pelorous #2992B1
RGB
CMYK
RGB Variations
Color information
#2992B1 (or 0x2992B1) is known color: Pelorous. HEX triplet: 29, 92 and B1. RGB value is (41,146,177). Sum of RGB (Red+Green+Blue) = 41+146+177=364 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.26% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 177 (69.53% from 255 or 48.63% from 364); Max value from RGB is 177 - color contains mainly: blue. Hex color #2992B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2992B1 is #D66D4E. Grayscale: #757575. Windows color (decimal): -14052687 or 11637289. OLE color: 11637289.
HSL color Cylindrical-coordinate representation of color #2992B1: hue angle of 193.68º 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 #2992B1 is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 146 | 177 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.31 |
| HSL | 193.68º | 0.62% | 0.43% | - |
| HSV(B) | 193.68º | 0.77% | 0.69% | - |
| XYZ | 19.13 | 24.2 | 45.26 | - |
| YUV | 118.14 | 161.21 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 146 | 177 | 0.77 | 0.18 | 0 | 0.31 | 193.68 | 0.62 | 0.43 |
| Hex | 29 | 92 | B1 | 4D | 12 | 0 | 1F | C2 | 3E | 2B |
| Octal | 51 | 222 | 261 | 115 | 22 | 0 | 37 | 302 | 76 | 53 |
| Binary | 101001 | 10010010 | 10110001 | 1001101 | 10010 | 0 | 11111 | 11000010 | 111110 | 101011 |
Color Harmonies of #2992B1
Complementary color
Monochromatic Colors of #2992B1
Black with #2992B1
Text Example
Text Example
White with #2992B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2992B1; }
p { color: rgb(41,146,177); }
H1.HeaderClassName
{
color: #2992B1;
}
.AnyTagClassName
{
color: #2992B1;
}
</style>
background-color css
<style>
a { background-color: #2992B1; }
a { background-color: rgb(41,146,177); }
div.DivClassName
{
background-color: #2992B1;
}
.BgClassName
{
background-color: #2992B1;
}
</style>
border-color css
<style>
span { border-color: #2992B1; }
span { border-color: rgb(41,146,177); }
td.TdClassName
{
border-color: #2992B1;
}
.TagClassName
{
border-color: #2992B1;
}
</style>