Shades of Pelorous #299DAA
Tints of Pelorous #299DAA
RGB
CMYK
RGB Variations
Color information
#299DAA (or 0x299DAA) is known color: Pelorous. HEX triplet: 29, 9D and AA. RGB value is (41,157,170). Sum of RGB (Red+Green+Blue) = 41+157+170=368 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.14% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #299DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299DAA is #D66255. Grayscale: #7B7B7B. Windows color (decimal): -14049878 or 11181353. OLE color: 11181353.
HSL color Cylindrical-coordinate representation of color #299DAA: hue angle of 186.05º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #299DAA is Cyan = 0.76, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 157 | 170 | - |
| CMYK | 0.76 | 0.08 | 0 | 0.33 |
| HSL | 186.05º | 0.61% | 0.41% | - |
| HSV(B) | 186.05º | 0.76% | 0.67% | - |
| XYZ | 20.23 | 27.49 | 42.27 | - |
| YUV | 123.8 | 154.07 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 157 | 170 | 0.76 | 0.08 | 0 | 0.33 | 186.05 | 0.61 | 0.41 |
| Hex | 29 | 9D | AA | 4C | 8 | 0 | 21 | BA | 3D | 29 |
| Octal | 51 | 235 | 252 | 114 | 10 | 0 | 41 | 272 | 75 | 51 |
| Binary | 101001 | 10011101 | 10101010 | 1001100 | 1000 | 0 | 100001 | 10111010 | 111101 | 101001 |
Color Harmonies of #299DAA
Complementary color
Monochromatic Colors of #299DAA
Black with #299DAA
Text Example
Text Example
White with #299DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299DAA; }
p { color: rgb(41,157,170); }
H1.HeaderClassName
{
color: #299DAA;
}
.AnyTagClassName
{
color: #299DAA;
}
</style>
background-color css
<style>
a { background-color: #299DAA; }
a { background-color: rgb(41,157,170); }
div.DivClassName
{
background-color: #299DAA;
}
.BgClassName
{
background-color: #299DAA;
}
</style>
border-color css
<style>
span { border-color: #299DAA; }
span { border-color: rgb(41,157,170); }
td.TdClassName
{
border-color: #299DAA;
}
.TagClassName
{
border-color: #299DAA;
}
</style>