Shades of Pelorous #299ABB
Tints of Pelorous #299ABB
RGB
CMYK
RGB Variations
Color information
#299ABB (or 0x299ABB) is known color: Pelorous. HEX triplet: 29, 9A and BB. RGB value is (41,154,187). Sum of RGB (Red+Green+Blue) = 41+154+187=382 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.73% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #299ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299ABB is #D66544. Grayscale: #7B7B7B. Windows color (decimal): -14050629 or 12294697. OLE color: 12294697.
HSL color Cylindrical-coordinate representation of color #299ABB: hue angle of 193.56º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #299ABB is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 154 | 187 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.27 |
| HSL | 193.56º | 0.64% | 0.45% | - |
| HSV(B) | 193.56º | 0.78% | 0.73% | - |
| XYZ | 21.44 | 27.17 | 51.13 | - |
| YUV | 123.98 | 163.56 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 154 | 187 | 0.78 | 0.18 | 0 | 0.27 | 193.56 | 0.64 | 0.45 |
| Hex | 29 | 9A | BB | 4E | 12 | 0 | 1B | C2 | 40 | 2D |
| Octal | 51 | 232 | 273 | 116 | 22 | 0 | 33 | 302 | 100 | 55 |
| Binary | 101001 | 10011010 | 10111011 | 1001110 | 10010 | 0 | 11011 | 11000010 | 1000000 | 101101 |
Color Harmonies of #299ABB
Complementary color
Monochromatic Colors of #299ABB
Black with #299ABB
Text Example
Text Example
White with #299ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299ABB; }
p { color: rgb(41,154,187); }
H1.HeaderClassName
{
color: #299ABB;
}
.AnyTagClassName
{
color: #299ABB;
}
</style>
background-color css
<style>
a { background-color: #299ABB; }
a { background-color: rgb(41,154,187); }
div.DivClassName
{
background-color: #299ABB;
}
.BgClassName
{
background-color: #299ABB;
}
</style>
border-color css
<style>
span { border-color: #299ABB; }
span { border-color: rgb(41,154,187); }
td.TdClassName
{
border-color: #299ABB;
}
.TagClassName
{
border-color: #299ABB;
}
</style>