Shades of Pelorous #2997BB
Tints of Pelorous #2997BB
RGB
CMYK
RGB Variations
Color information
#2997BB (or 0x2997BB) is known color: Pelorous. HEX triplet: 29, 97 and BB. RGB value is (41,151,187). Sum of RGB (Red+Green+Blue) = 41+151+187=379 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.82% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #2997BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2997BB is #D66844. Grayscale: #797979. Windows color (decimal): -14051397 or 12293929. OLE color: 12293929.
HSL color Cylindrical-coordinate representation of color #2997BB: hue angle of 194.79º 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 #2997BB is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 151 | 187 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.27 |
| HSL | 194.79º | 0.64% | 0.45% | - |
| HSV(B) | 194.79º | 0.78% | 0.73% | - |
| XYZ | 20.95 | 26.19 | 50.97 | - |
| YUV | 122.21 | 164.56 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 151 | 187 | 0.78 | 0.19 | 0 | 0.27 | 194.79 | 0.64 | 0.45 |
| Hex | 29 | 97 | BB | 4E | 13 | 0 | 1B | C3 | 40 | 2D |
| Octal | 51 | 227 | 273 | 116 | 23 | 0 | 33 | 303 | 100 | 55 |
| Binary | 101001 | 10010111 | 10111011 | 1001110 | 10011 | 0 | 11011 | 11000011 | 1000000 | 101101 |
Color Harmonies of #2997BB
Complementary color
Monochromatic Colors of #2997BB
Black with #2997BB
Text Example
Text Example
White with #2997BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2997BB; }
p { color: rgb(41,151,187); }
H1.HeaderClassName
{
color: #2997BB;
}
.AnyTagClassName
{
color: #2997BB;
}
</style>
background-color css
<style>
a { background-color: #2997BB; }
a { background-color: rgb(41,151,187); }
div.DivClassName
{
background-color: #2997BB;
}
.BgClassName
{
background-color: #2997BB;
}
</style>
border-color css
<style>
span { border-color: #2997BB; }
span { border-color: rgb(41,151,187); }
td.TdClassName
{
border-color: #2997BB;
}
.TagClassName
{
border-color: #2997BB;
}
</style>