Shades of Pelorous #2996BB
Tints of Pelorous #2996BB
RGB
CMYK
RGB Variations
Color information
#2996BB (or 0x2996BB) is known color: Pelorous. HEX triplet: 29, 96 and BB. RGB value is (41,150,187). Sum of RGB (Red+Green+Blue) = 41+150+187=378 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.85% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 187 (73.44% from 255 or 49.47% from 378); Max value from RGB is 187 - color contains mainly: blue. Hex color #2996BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2996BB is #D66944. Grayscale: #797979. Windows color (decimal): -14051653 or 12293673. OLE color: 12293673.
HSL color Cylindrical-coordinate representation of color #2996BB: hue angle of 195.21º 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 #2996BB is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 150 | 187 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.27 |
| HSL | 195.21º | 0.64% | 0.45% | - |
| HSV(B) | 195.21º | 0.78% | 0.73% | - |
| XYZ | 20.79 | 25.87 | 50.91 | - |
| YUV | 121.63 | 164.89 | 70.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 150 | 187 | 0.78 | 0.20 | 0 | 0.27 | 195.21 | 0.64 | 0.45 |
| Hex | 29 | 96 | BB | 4E | 14 | 0 | 1B | C3 | 40 | 2D |
| Octal | 51 | 226 | 273 | 116 | 24 | 0 | 33 | 303 | 100 | 55 |
| Binary | 101001 | 10010110 | 10111011 | 1001110 | 10100 | 0 | 11011 | 11000011 | 1000000 | 101101 |
Color Harmonies of #2996BB
Complementary color
Monochromatic Colors of #2996BB
Black with #2996BB
Text Example
Text Example
White with #2996BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2996BB; }
p { color: rgb(41,150,187); }
H1.HeaderClassName
{
color: #2996BB;
}
.AnyTagClassName
{
color: #2996BB;
}
</style>
background-color css
<style>
a { background-color: #2996BB; }
a { background-color: rgb(41,150,187); }
div.DivClassName
{
background-color: #2996BB;
}
.BgClassName
{
background-color: #2996BB;
}
</style>
border-color css
<style>
span { border-color: #2996BB; }
span { border-color: rgb(41,150,187); }
td.TdClassName
{
border-color: #2996BB;
}
.TagClassName
{
border-color: #2996BB;
}
</style>