Shades of Pelorous #2997BD
Tints of Pelorous #2997BD
RGB
CMYK
RGB Variations
Color information
#2997BD (or 0x2997BD) is known color: Pelorous. HEX triplet: 29, 97 and BD. RGB value is (41,151,189). Sum of RGB (Red+Green+Blue) = 41+151+189=381 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.76% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #2997BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2997BD is #D66842. Grayscale: #7A7A7A. Windows color (decimal): -14051395 or 12425001. OLE color: 12425001.
HSL color Cylindrical-coordinate representation of color #2997BD: hue angle of 195.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2997BD is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 151 | 189 | - |
| CMYK | 0.78 | 0.20 | 0 | 0.26 |
| HSL | 195.41º | 0.64% | 0.45% | - |
| HSV(B) | 195.41º | 0.78% | 0.74% | - |
| XYZ | 21.17 | 26.28 | 52.1 | - |
| YUV | 122.44 | 165.56 | 69.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 151 | 189 | 0.78 | 0.20 | 0 | 0.26 | 195.41 | 0.64 | 0.45 |
| Hex | 29 | 97 | BD | 4E | 14 | 0 | 1A | C3 | 40 | 2D |
| Octal | 51 | 227 | 275 | 116 | 24 | 0 | 32 | 303 | 100 | 55 |
| Binary | 101001 | 10010111 | 10111101 | 1001110 | 10100 | 0 | 11010 | 11000011 | 1000000 | 101101 |
Color Harmonies of #2997BD
Complementary color
Monochromatic Colors of #2997BD
Black with #2997BD
Text Example
Text Example
White with #2997BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2997BD; }
p { color: rgb(41,151,189); }
H1.HeaderClassName
{
color: #2997BD;
}
.AnyTagClassName
{
color: #2997BD;
}
</style>
background-color css
<style>
a { background-color: #2997BD; }
a { background-color: rgb(41,151,189); }
div.DivClassName
{
background-color: #2997BD;
}
.BgClassName
{
background-color: #2997BD;
}
</style>
border-color css
<style>
span { border-color: #2997BD; }
span { border-color: rgb(41,151,189); }
td.TdClassName
{
border-color: #2997BD;
}
.TagClassName
{
border-color: #2997BD;
}
</style>