Shades of Pelorous #299FAF
Tints of Pelorous #299FAF
RGB
CMYK
RGB Variations
Color information
#299FAF (or 0x299FAF) is known color: Pelorous. HEX triplet: 29, 9F and AF. RGB value is (41,159,175). Sum of RGB (Red+Green+Blue) = 41+159+175=375 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.93% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #299FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299FAF is #D66050. Grayscale: #7D7D7D. Windows color (decimal): -14049361 or 11509545. OLE color: 11509545.
HSL color Cylindrical-coordinate representation of color #299FAF: hue angle of 187.16º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #299FAF is Cyan = 0.77, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 41 | 159 | 175 | - |
| CMYK | 0.77 | 0.09 | 0 | 0.31 |
| HSL | 187.16º | 0.62% | 0.42% | - |
| HSV(B) | 187.16º | 0.77% | 0.69% | - |
| XYZ | 21.05 | 28.36 | 44.92 | - |
| YUV | 125.54 | 155.91 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 159 | 175 | 0.77 | 0.09 | 0 | 0.31 | 187.16 | 0.62 | 0.42 |
| Hex | 29 | 9F | AF | 4D | 9 | 0 | 1F | BB | 3E | 2A |
| Octal | 51 | 237 | 257 | 115 | 11 | 0 | 37 | 273 | 76 | 52 |
| Binary | 101001 | 10011111 | 10101111 | 1001101 | 1001 | 0 | 11111 | 10111011 | 111110 | 101010 |
Color Harmonies of #299FAF
Complementary color
Monochromatic Colors of #299FAF
Black with #299FAF
Text Example
Text Example
White with #299FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299FAF; }
p { color: rgb(41,159,175); }
H1.HeaderClassName
{
color: #299FAF;
}
.AnyTagClassName
{
color: #299FAF;
}
</style>
background-color css
<style>
a { background-color: #299FAF; }
a { background-color: rgb(41,159,175); }
div.DivClassName
{
background-color: #299FAF;
}
.BgClassName
{
background-color: #299FAF;
}
</style>
border-color css
<style>
span { border-color: #299FAF; }
span { border-color: rgb(41,159,175); }
td.TdClassName
{
border-color: #299FAF;
}
.TagClassName
{
border-color: #299FAF;
}
</style>