Shades of Pelorous #299BBA
Tints of Pelorous #299BBA
RGB
CMYK
RGB Variations
Color information
#299BBA (or 0x299BBA) is known color: Pelorous. HEX triplet: 29, 9B and BA. RGB value is (41,155,186). Sum of RGB (Red+Green+Blue) = 41+155+186=382 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.73% from 382); Green value is 155 (60.94% from 255 or 40.58% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #299BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299BBA is #D66445. Grayscale: #7C7C7C. Windows color (decimal): -14050374 or 12229417. OLE color: 12229417.
HSL color Cylindrical-coordinate representation of color #299BBA: hue angle of 192.83º 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 #299BBA is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 155 | 186 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.27 |
| HSL | 192.83º | 0.64% | 0.45% | - |
| HSV(B) | 192.83º | 0.78% | 0.73% | - |
| XYZ | 21.5 | 27.46 | 50.62 | - |
| YUV | 124.45 | 162.73 | 68.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 186 | 0.78 | 0.17 | 0 | 0.27 | 192.83 | 0.64 | 0.45 |
| Hex | 29 | 9B | BA | 4E | 11 | 0 | 1B | C1 | 40 | 2D |
| Octal | 51 | 233 | 272 | 116 | 21 | 0 | 33 | 301 | 100 | 55 |
| Binary | 101001 | 10011011 | 10111010 | 1001110 | 10001 | 0 | 11011 | 11000001 | 1000000 | 101101 |
Color Harmonies of #299BBA
Complementary color
Monochromatic Colors of #299BBA
Black with #299BBA
Text Example
Text Example
White with #299BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299BBA; }
p { color: rgb(41,155,186); }
H1.HeaderClassName
{
color: #299BBA;
}
.AnyTagClassName
{
color: #299BBA;
}
</style>
background-color css
<style>
a { background-color: #299BBA; }
a { background-color: rgb(41,155,186); }
div.DivClassName
{
background-color: #299BBA;
}
.BgClassName
{
background-color: #299BBA;
}
</style>
border-color css
<style>
span { border-color: #299BBA; }
span { border-color: rgb(41,155,186); }
td.TdClassName
{
border-color: #299BBA;
}
.TagClassName
{
border-color: #299BBA;
}
</style>