Shades of Pelorous #2997B7
Tints of Pelorous #2997B7
RGB
CMYK
RGB Variations
Color information
#2997B7 (or 0x2997B7) is known color: Pelorous. HEX triplet: 29, 97 and B7. RGB value is (41,151,183). Sum of RGB (Red+Green+Blue) = 41+151+183=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 183 (71.88% from 255 or 48.8% from 375); Max value from RGB is 183 - color contains mainly: blue. Hex color #2997B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2997B7 is #D66848. Grayscale: #797979. Windows color (decimal): -14051401 or 12031785. OLE color: 12031785.
HSL color Cylindrical-coordinate representation of color #2997B7: hue angle of 193.52º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2997B7 is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 41 | 151 | 183 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.28 |
| HSL | 193.52º | 0.63% | 0.44% | - |
| HSV(B) | 193.52º | 0.78% | 0.72% | - |
| XYZ | 20.53 | 26.02 | 48.74 | - |
| YUV | 121.76 | 162.56 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 151 | 183 | 0.78 | 0.17 | 0 | 0.28 | 193.52 | 0.63 | 0.44 |
| Hex | 29 | 97 | B7 | 4E | 11 | 0 | 1C | C2 | 3F | 2C |
| Octal | 51 | 227 | 267 | 116 | 21 | 0 | 34 | 302 | 77 | 54 |
| Binary | 101001 | 10010111 | 10110111 | 1001110 | 10001 | 0 | 11100 | 11000010 | 111111 | 101100 |
Color Harmonies of #2997B7
Complementary color
Monochromatic Colors of #2997B7
Black with #2997B7
Text Example
Text Example
White with #2997B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2997B7; }
p { color: rgb(41,151,183); }
H1.HeaderClassName
{
color: #2997B7;
}
.AnyTagClassName
{
color: #2997B7;
}
</style>
background-color css
<style>
a { background-color: #2997B7; }
a { background-color: rgb(41,151,183); }
div.DivClassName
{
background-color: #2997B7;
}
.BgClassName
{
background-color: #2997B7;
}
</style>
border-color css
<style>
span { border-color: #2997B7; }
span { border-color: rgb(41,151,183); }
td.TdClassName
{
border-color: #2997B7;
}
.TagClassName
{
border-color: #2997B7;
}
</style>