Shades of Pelorous #299AAD
Tints of Pelorous #299AAD
RGB
CMYK
RGB Variations
Color information
#299AAD (or 0x299AAD) is known color: Pelorous. HEX triplet: 29, 9A and AD. RGB value is (41,154,173). Sum of RGB (Red+Green+Blue) = 41+154+173=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #299AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299AAD is #D66552. Grayscale: #7A7A7A. Windows color (decimal): -14050643 or 11377193. OLE color: 11377193.
HSL color Cylindrical-coordinate representation of color #299AAD: hue angle of 188.64º 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 #299AAD is Cyan = 0.76, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 154 | 173 | - |
| CMYK | 0.76 | 0.11 | 0 | 0.32 |
| HSL | 188.64º | 0.62% | 0.42% | - |
| HSV(B) | 188.64º | 0.76% | 0.68% | - |
| XYZ | 20.01 | 26.6 | 43.61 | - |
| YUV | 122.38 | 156.56 | 69.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 154 | 173 | 0.76 | 0.11 | 0 | 0.32 | 188.64 | 0.62 | 0.42 |
| Hex | 29 | 9A | AD | 4C | B | 0 | 20 | BD | 3E | 2A |
| Octal | 51 | 232 | 255 | 114 | 13 | 0 | 40 | 275 | 76 | 52 |
| Binary | 101001 | 10011010 | 10101101 | 1001100 | 1011 | 0 | 100000 | 10111101 | 111110 | 101010 |
Color Harmonies of #299AAD
Complementary color
Monochromatic Colors of #299AAD
Black with #299AAD
Text Example
Text Example
White with #299AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299AAD; }
p { color: rgb(41,154,173); }
H1.HeaderClassName
{
color: #299AAD;
}
.AnyTagClassName
{
color: #299AAD;
}
</style>
background-color css
<style>
a { background-color: #299AAD; }
a { background-color: rgb(41,154,173); }
div.DivClassName
{
background-color: #299AAD;
}
.BgClassName
{
background-color: #299AAD;
}
</style>
border-color css
<style>
span { border-color: #299AAD; }
span { border-color: rgb(41,154,173); }
td.TdClassName
{
border-color: #299AAD;
}
.TagClassName
{
border-color: #299AAD;
}
</style>