Shades of Pelorous #299DAC
Tints of Pelorous #299DAC
RGB
CMYK
RGB Variations
Color information
#299DAC (or 0x299DAC) is known color: Pelorous. HEX triplet: 29, 9D and AC. RGB value is (41,157,172). Sum of RGB (Red+Green+Blue) = 41+157+172=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 157 (61.72% from 255 or 42.43% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #299DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299DAC is #D66253. Grayscale: #7B7B7B. Windows color (decimal): -14049876 or 11312425. OLE color: 11312425.
HSL color Cylindrical-coordinate representation of color #299DAC: hue angle of 186.87º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #299DAC is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 41 | 157 | 172 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.33 |
| HSL | 186.87º | 0.62% | 0.42% | - |
| HSV(B) | 186.87º | 0.76% | 0.67% | - |
| XYZ | 20.42 | 27.56 | 43.27 | - |
| YUV | 124.03 | 155.07 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 157 | 172 | 0.76 | 0.09 | 0 | 0.33 | 186.87 | 0.62 | 0.42 |
| Hex | 29 | 9D | AC | 4C | 9 | 0 | 21 | BB | 3E | 2A |
| Octal | 51 | 235 | 254 | 114 | 11 | 0 | 41 | 273 | 76 | 52 |
| Binary | 101001 | 10011101 | 10101100 | 1001100 | 1001 | 0 | 100001 | 10111011 | 111110 | 101010 |
Color Harmonies of #299DAC
Complementary color
Monochromatic Colors of #299DAC
Black with #299DAC
Text Example
Text Example
White with #299DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299DAC; }
p { color: rgb(41,157,172); }
H1.HeaderClassName
{
color: #299DAC;
}
.AnyTagClassName
{
color: #299DAC;
}
</style>
background-color css
<style>
a { background-color: #299DAC; }
a { background-color: rgb(41,157,172); }
div.DivClassName
{
background-color: #299DAC;
}
.BgClassName
{
background-color: #299DAC;
}
</style>
border-color css
<style>
span { border-color: #299DAC; }
span { border-color: rgb(41,157,172); }
td.TdClassName
{
border-color: #299DAC;
}
.TagClassName
{
border-color: #299DAC;
}
</style>