Shades of Pelorous #2997B5
Tints of Pelorous #2997B5
RGB
CMYK
RGB Variations
Color information
#2997B5 (or 0x2997B5) is known color: Pelorous. HEX triplet: 29, 97 and B5. RGB value is (41,151,181). Sum of RGB (Red+Green+Blue) = 41+151+181=373 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.99% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 181 (71.09% from 255 or 48.53% from 373); Max value from RGB is 181 - color contains mainly: blue. Hex color #2997B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2997B5 is #D6684A. Grayscale: #797979. Windows color (decimal): -14051403 or 11900713. OLE color: 11900713.
HSL color Cylindrical-coordinate representation of color #2997B5: hue angle of 192.86º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2997B5 is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 151 | 181 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.29 |
| HSL | 192.86º | 0.63% | 0.44% | - |
| HSV(B) | 192.86º | 0.77% | 0.71% | - |
| XYZ | 20.32 | 25.94 | 47.65 | - |
| YUV | 121.53 | 161.56 | 70.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 151 | 181 | 0.77 | 0.17 | 0 | 0.29 | 192.86 | 0.63 | 0.44 |
| Hex | 29 | 97 | B5 | 4D | 11 | 0 | 1D | C1 | 3F | 2C |
| Octal | 51 | 227 | 265 | 115 | 21 | 0 | 35 | 301 | 77 | 54 |
| Binary | 101001 | 10010111 | 10110101 | 1001101 | 10001 | 0 | 11101 | 11000001 | 111111 | 101100 |
Color Harmonies of #2997B5
Complementary color
Monochromatic Colors of #2997B5
Black with #2997B5
Text Example
Text Example
White with #2997B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2997B5; }
p { color: rgb(41,151,181); }
H1.HeaderClassName
{
color: #2997B5;
}
.AnyTagClassName
{
color: #2997B5;
}
</style>
background-color css
<style>
a { background-color: #2997B5; }
a { background-color: rgb(41,151,181); }
div.DivClassName
{
background-color: #2997B5;
}
.BgClassName
{
background-color: #2997B5;
}
</style>
border-color css
<style>
span { border-color: #2997B5; }
span { border-color: rgb(41,151,181); }
td.TdClassName
{
border-color: #2997B5;
}
.TagClassName
{
border-color: #2997B5;
}
</style>