Shades of Pelorous #2997BA
Tints of Pelorous #2997BA
RGB
CMYK
RGB Variations
Color information
#2997BA (or 0x2997BA) is known color: Pelorous. HEX triplet: 29, 97 and BA. RGB value is (41,151,186). Sum of RGB (Red+Green+Blue) = 41+151+186=378 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.85% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #2997BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2997BA is #D66845. Grayscale: #797979. Windows color (decimal): -14051398 or 12228393. OLE color: 12228393.
HSL color Cylindrical-coordinate representation of color #2997BA: hue angle of 194.48º 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 #2997BA is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 151 | 186 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.27 |
| HSL | 194.48º | 0.64% | 0.45% | - |
| HSV(B) | 194.48º | 0.78% | 0.73% | - |
| XYZ | 20.84 | 26.15 | 50.4 | - |
| YUV | 122.1 | 164.06 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 151 | 186 | 0.78 | 0.19 | 0 | 0.27 | 194.48 | 0.64 | 0.45 |
| Hex | 29 | 97 | BA | 4E | 13 | 0 | 1B | C2 | 40 | 2D |
| Octal | 51 | 227 | 272 | 116 | 23 | 0 | 33 | 302 | 100 | 55 |
| Binary | 101001 | 10010111 | 10111010 | 1001110 | 10011 | 0 | 11011 | 11000010 | 1000000 | 101101 |
Color Harmonies of #2997BA
Complementary color
Monochromatic Colors of #2997BA
Black with #2997BA
Text Example
Text Example
White with #2997BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2997BA; }
p { color: rgb(41,151,186); }
H1.HeaderClassName
{
color: #2997BA;
}
.AnyTagClassName
{
color: #2997BA;
}
</style>
background-color css
<style>
a { background-color: #2997BA; }
a { background-color: rgb(41,151,186); }
div.DivClassName
{
background-color: #2997BA;
}
.BgClassName
{
background-color: #2997BA;
}
</style>
border-color css
<style>
span { border-color: #2997BA; }
span { border-color: rgb(41,151,186); }
td.TdClassName
{
border-color: #2997BA;
}
.TagClassName
{
border-color: #2997BA;
}
</style>