Shades of Pelorous #299FA6
Tints of Pelorous #299FA6
RGB
CMYK
RGB Variations
Color information
#299FA6 (or 0x299FA6) is known color: Pelorous. HEX triplet: 29, 9F and A6. RGB value is (41,159,166). Sum of RGB (Red+Green+Blue) = 41+159+166=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 166 (65.23% from 255 or 45.36% from 366); Max value from RGB is 166 - color contains mainly: blue. Hex color #299FA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299FA6 is #D66059. Grayscale: #7C7C7C. Windows color (decimal): -14049370 or 10919721. OLE color: 10919721.
HSL color Cylindrical-coordinate representation of color #299FA6: hue angle of 183.36º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #299FA6 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 41 | 159 | 166 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.35 |
| HSL | 183.36º | 0.6% | 0.41% | - |
| HSV(B) | 183.36º | 0.75% | 0.65% | - |
| XYZ | 20.2 | 28.02 | 40.42 | - |
| YUV | 124.52 | 151.41 | 68.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 159 | 166 | 0.75 | 0.04 | 0 | 0.35 | 183.36 | 0.6 | 0.41 |
| Hex | 29 | 9F | A6 | 4B | 4 | 0 | 23 | B7 | 3C | 29 |
| Octal | 51 | 237 | 246 | 113 | 4 | 0 | 43 | 267 | 74 | 51 |
| Binary | 101001 | 10011111 | 10100110 | 1001011 | 100 | 0 | 100011 | 10110111 | 111100 | 101001 |
Color Harmonies of #299FA6
Complementary color
Monochromatic Colors of #299FA6
Black with #299FA6
Text Example
Text Example
White with #299FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299FA6; }
p { color: rgb(41,159,166); }
H1.HeaderClassName
{
color: #299FA6;
}
.AnyTagClassName
{
color: #299FA6;
}
</style>
background-color css
<style>
a { background-color: #299FA6; }
a { background-color: rgb(41,159,166); }
div.DivClassName
{
background-color: #299FA6;
}
.BgClassName
{
background-color: #299FA6;
}
</style>
border-color css
<style>
span { border-color: #299FA6; }
span { border-color: rgb(41,159,166); }
td.TdClassName
{
border-color: #299FA6;
}
.TagClassName
{
border-color: #299FA6;
}
</style>