Shades of Pelorous #299BAD
Tints of Pelorous #299BAD
RGB
CMYK
RGB Variations
Color information
#299BAD (or 0x299BAD) is known color: Pelorous. HEX triplet: 29, 9B and AD. RGB value is (41,155,173). Sum of RGB (Red+Green+Blue) = 41+155+173=369 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.11% from 369); Green value is 155 (60.94% from 255 or 42.01% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #299BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299BAD is #D66452. Grayscale: #7A7A7A. Windows color (decimal): -14050387 or 11377449. OLE color: 11377449.
HSL color Cylindrical-coordinate representation of color #299BAD: hue angle of 188.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #299BAD is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 155 | 173 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.32 |
| HSL | 188.18º | 0.62% | 0.42% | - |
| HSV(B) | 188.18º | 0.76% | 0.68% | - |
| XYZ | 20.18 | 26.93 | 43.67 | - |
| YUV | 122.97 | 156.23 | 69.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 173 | 0.76 | 0.10 | 0 | 0.32 | 188.18 | 0.62 | 0.42 |
| Hex | 29 | 9B | AD | 4C | A | 0 | 20 | BC | 3E | 2A |
| Octal | 51 | 233 | 255 | 114 | 12 | 0 | 40 | 274 | 76 | 52 |
| Binary | 101001 | 10011011 | 10101101 | 1001100 | 1010 | 0 | 100000 | 10111100 | 111110 | 101010 |
Color Harmonies of #299BAD
Complementary color
Monochromatic Colors of #299BAD
Black with #299BAD
Text Example
Text Example
White with #299BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299BAD; }
p { color: rgb(41,155,173); }
H1.HeaderClassName
{
color: #299BAD;
}
.AnyTagClassName
{
color: #299BAD;
}
</style>
background-color css
<style>
a { background-color: #299BAD; }
a { background-color: rgb(41,155,173); }
div.DivClassName
{
background-color: #299BAD;
}
.BgClassName
{
background-color: #299BAD;
}
</style>
border-color css
<style>
span { border-color: #299BAD; }
span { border-color: rgb(41,155,173); }
td.TdClassName
{
border-color: #299BAD;
}
.TagClassName
{
border-color: #299BAD;
}
</style>