Shades of Pelorous #2995BB
Tints of Pelorous #2995BB
RGB
CMYK
RGB Variations
Color information
#2995BB (or 0x2995BB) is known color: Pelorous. HEX triplet: 29, 95 and BB. RGB value is (41,149,187). Sum of RGB (Red+Green+Blue) = 41+149+187=377 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.88% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #2995BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2995BB is #D66A44. Grayscale: #787878. Windows color (decimal): -14051909 or 12293417. OLE color: 12293417.
HSL color Cylindrical-coordinate representation of color #2995BB: hue angle of 195.62º 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 #2995BB is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 149 | 187 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.27 |
| HSL | 195.62º | 0.64% | 0.45% | - |
| HSV(B) | 195.62º | 0.78% | 0.73% | - |
| XYZ | 20.63 | 25.55 | 50.86 | - |
| YUV | 121.04 | 165.22 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 149 | 187 | 0.78 | 0.20 | 0 | 0.27 | 195.62 | 0.64 | 0.45 |
| Hex | 29 | 95 | BB | 4E | 14 | 0 | 1B | C4 | 40 | 2D |
| Octal | 51 | 225 | 273 | 116 | 24 | 0 | 33 | 304 | 100 | 55 |
| Binary | 101001 | 10010101 | 10111011 | 1001110 | 10100 | 0 | 11011 | 11000100 | 1000000 | 101101 |
Color Harmonies of #2995BB
Complementary color
Monochromatic Colors of #2995BB
Black with #2995BB
Text Example
Text Example
White with #2995BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2995BB; }
p { color: rgb(41,149,187); }
H1.HeaderClassName
{
color: #2995BB;
}
.AnyTagClassName
{
color: #2995BB;
}
</style>
background-color css
<style>
a { background-color: #2995BB; }
a { background-color: rgb(41,149,187); }
div.DivClassName
{
background-color: #2995BB;
}
.BgClassName
{
background-color: #2995BB;
}
</style>
border-color css
<style>
span { border-color: #2995BB; }
span { border-color: rgb(41,149,187); }
td.TdClassName
{
border-color: #2995BB;
}
.TagClassName
{
border-color: #2995BB;
}
</style>