Shades of Pelorous #2997BE
Tints of Pelorous #2997BE
RGB
CMYK
RGB Variations
Color information
#2997BE (or 0x2997BE) is known color: Pelorous. HEX triplet: 29, 97 and BE. RGB value is (41,151,190). Sum of RGB (Red+Green+Blue) = 41+151+190=382 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.73% from 382); Green value is 151 (59.38% from 255 or 39.53% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #2997BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2997BE is #D66841. Grayscale: #7A7A7A. Windows color (decimal): -14051394 or 12490537. OLE color: 12490537.
HSL color Cylindrical-coordinate representation of color #2997BE: hue angle of 195.7º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2997BE is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 151 | 190 | - |
| CMYK | 0.78 | 0.21 | 0 | 0.25 |
| HSL | 195.7º | 0.65% | 0.45% | - |
| HSV(B) | 195.7º | 0.78% | 0.75% | - |
| XYZ | 21.28 | 26.32 | 52.67 | - |
| YUV | 122.56 | 166.06 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 151 | 190 | 0.78 | 0.21 | 0 | 0.25 | 195.7 | 0.65 | 0.45 |
| Hex | 29 | 97 | BE | 4E | 15 | 0 | 19 | C4 | 41 | 2D |
| Octal | 51 | 227 | 276 | 116 | 25 | 0 | 31 | 304 | 101 | 55 |
| Binary | 101001 | 10010111 | 10111110 | 1001110 | 10101 | 0 | 11001 | 11000100 | 1000001 | 101101 |
Color Harmonies of #2997BE
Complementary color
Monochromatic Colors of #2997BE
Black with #2997BE
Text Example
Text Example
White with #2997BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2997BE; }
p { color: rgb(41,151,190); }
H1.HeaderClassName
{
color: #2997BE;
}
.AnyTagClassName
{
color: #2997BE;
}
</style>
background-color css
<style>
a { background-color: #2997BE; }
a { background-color: rgb(41,151,190); }
div.DivClassName
{
background-color: #2997BE;
}
.BgClassName
{
background-color: #2997BE;
}
</style>
border-color css
<style>
span { border-color: #2997BE; }
span { border-color: rgb(41,151,190); }
td.TdClassName
{
border-color: #2997BE;
}
.TagClassName
{
border-color: #2997BE;
}
</style>