Shades of Pelorous #299DAD
Tints of Pelorous #299DAD
RGB
CMYK
RGB Variations
Color information
#299DAD (or 0x299DAD) is known color: Pelorous. HEX triplet: 29, 9D and AD. RGB value is (41,157,173). Sum of RGB (Red+Green+Blue) = 41+157+173=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #299DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299DAD is #D66252. Grayscale: #7B7B7B. Windows color (decimal): -14049875 or 11377961. OLE color: 11377961.
HSL color Cylindrical-coordinate representation of color #299DAD: hue angle of 187.27º 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 #299DAD is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 157 | 173 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.32 |
| HSL | 187.27º | 0.62% | 0.42% | - |
| HSV(B) | 187.27º | 0.76% | 0.68% | - |
| XYZ | 20.51 | 27.6 | 43.78 | - |
| YUV | 124.14 | 155.57 | 68.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 157 | 173 | 0.76 | 0.09 | 0 | 0.32 | 187.27 | 0.62 | 0.42 |
| Hex | 29 | 9D | AD | 4C | 9 | 0 | 20 | BB | 3E | 2A |
| Octal | 51 | 235 | 255 | 114 | 11 | 0 | 40 | 273 | 76 | 52 |
| Binary | 101001 | 10011101 | 10101101 | 1001100 | 1001 | 0 | 100000 | 10111011 | 111110 | 101010 |
Color Harmonies of #299DAD
Complementary color
Monochromatic Colors of #299DAD
Black with #299DAD
Text Example
Text Example
White with #299DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299DAD; }
p { color: rgb(41,157,173); }
H1.HeaderClassName
{
color: #299DAD;
}
.AnyTagClassName
{
color: #299DAD;
}
</style>
background-color css
<style>
a { background-color: #299DAD; }
a { background-color: rgb(41,157,173); }
div.DivClassName
{
background-color: #299DAD;
}
.BgClassName
{
background-color: #299DAD;
}
</style>
border-color css
<style>
span { border-color: #299DAD; }
span { border-color: rgb(41,157,173); }
td.TdClassName
{
border-color: #299DAD;
}
.TagClassName
{
border-color: #299DAD;
}
</style>