Shades of Pelorous #299FB6
Tints of Pelorous #299FB6
RGB
CMYK
RGB Variations
Color information
#299FB6 (or 0x299FB6) is known color: Pelorous. HEX triplet: 29, 9F and B6. RGB value is (41,159,182). Sum of RGB (Red+Green+Blue) = 41+159+182=382 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.73% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 182 (71.48% from 255 or 47.64% from 382); Max value from RGB is 182 - color contains mainly: blue. Hex color #299FB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299FB6 is #D66049. Grayscale: #7E7E7E. Windows color (decimal): -14049354 or 11968297. OLE color: 11968297.
HSL color Cylindrical-coordinate representation of color #299FB6: hue angle of 189.79º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #299FB6 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 159 | 182 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.29 |
| HSL | 189.79º | 0.63% | 0.44% | - |
| HSV(B) | 189.79º | 0.77% | 0.71% | - |
| XYZ | 21.76 | 28.65 | 48.64 | - |
| YUV | 126.34 | 159.41 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 159 | 182 | 0.77 | 0.13 | 0 | 0.29 | 189.79 | 0.63 | 0.44 |
| Hex | 29 | 9F | B6 | 4D | D | 0 | 1D | BE | 3F | 2C |
| Octal | 51 | 237 | 266 | 115 | 15 | 0 | 35 | 276 | 77 | 54 |
| Binary | 101001 | 10011111 | 10110110 | 1001101 | 1101 | 0 | 11101 | 10111110 | 111111 | 101100 |
Color Harmonies of #299FB6
Complementary color
Monochromatic Colors of #299FB6
Black with #299FB6
Text Example
Text Example
White with #299FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299FB6; }
p { color: rgb(41,159,182); }
H1.HeaderClassName
{
color: #299FB6;
}
.AnyTagClassName
{
color: #299FB6;
}
</style>
background-color css
<style>
a { background-color: #299FB6; }
a { background-color: rgb(41,159,182); }
div.DivClassName
{
background-color: #299FB6;
}
.BgClassName
{
background-color: #299FB6;
}
</style>
border-color css
<style>
span { border-color: #299FB6; }
span { border-color: rgb(41,159,182); }
td.TdClassName
{
border-color: #299FB6;
}
.TagClassName
{
border-color: #299FB6;
}
</style>