Shades of Pelorous #299BB6
Tints of Pelorous #299BB6
RGB
CMYK
RGB Variations
Color information
#299BB6 (or 0x299BB6) is known color: Pelorous. HEX triplet: 29, 9B and B6. RGB value is (41,155,182). Sum of RGB (Red+Green+Blue) = 41+155+182=378 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.85% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 182 (71.48% from 255 or 48.15% from 378); Max value from RGB is 182 - color contains mainly: blue. Hex color #299BB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299BB6 is #D66449. Grayscale: #7B7B7B. Windows color (decimal): -14050378 or 11967273. OLE color: 11967273.
HSL color Cylindrical-coordinate representation of color #299BB6: hue angle of 191.49º 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 #299BB6 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 155 | 182 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.29 |
| HSL | 191.49º | 0.63% | 0.44% | - |
| HSV(B) | 191.49º | 0.77% | 0.71% | - |
| XYZ | 21.08 | 27.29 | 48.41 | - |
| YUV | 123.99 | 160.73 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 182 | 0.77 | 0.15 | 0 | 0.29 | 191.49 | 0.63 | 0.44 |
| Hex | 29 | 9B | B6 | 4D | F | 0 | 1D | BF | 3F | 2C |
| Octal | 51 | 233 | 266 | 115 | 17 | 0 | 35 | 277 | 77 | 54 |
| Binary | 101001 | 10011011 | 10110110 | 1001101 | 1111 | 0 | 11101 | 10111111 | 111111 | 101100 |
Color Harmonies of #299BB6
Complementary color
Monochromatic Colors of #299BB6
Black with #299BB6
Text Example
Text Example
White with #299BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299BB6; }
p { color: rgb(41,155,182); }
H1.HeaderClassName
{
color: #299BB6;
}
.AnyTagClassName
{
color: #299BB6;
}
</style>
background-color css
<style>
a { background-color: #299BB6; }
a { background-color: rgb(41,155,182); }
div.DivClassName
{
background-color: #299BB6;
}
.BgClassName
{
background-color: #299BB6;
}
</style>
border-color css
<style>
span { border-color: #299BB6; }
span { border-color: rgb(41,155,182); }
td.TdClassName
{
border-color: #299BB6;
}
.TagClassName
{
border-color: #299BB6;
}
</style>