Shades of Pelorous #299BBD
Tints of Pelorous #299BBD
RGB
CMYK
RGB Variations
Color information
#299BBD (or 0x299BBD) is known color: Pelorous. HEX triplet: 29, 9B and BD. RGB value is (41,155,189). Sum of RGB (Red+Green+Blue) = 41+155+189=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #299BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299BBD is #D66442. Grayscale: #7C7C7C. Windows color (decimal): -14050371 or 12426025. OLE color: 12426025.
HSL color Cylindrical-coordinate representation of color #299BBD: hue angle of 193.78º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #299BBD is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 155 | 189 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.26 |
| HSL | 193.78º | 0.64% | 0.45% | - |
| HSV(B) | 193.78º | 0.78% | 0.74% | - |
| XYZ | 21.82 | 27.59 | 52.32 | - |
| YUV | 124.79 | 164.23 | 68.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 189 | 0.78 | 0.18 | 0 | 0.26 | 193.78 | 0.64 | 0.45 |
| Hex | 29 | 9B | BD | 4E | 12 | 0 | 1A | C2 | 40 | 2D |
| Octal | 51 | 233 | 275 | 116 | 22 | 0 | 32 | 302 | 100 | 55 |
| Binary | 101001 | 10011011 | 10111101 | 1001110 | 10010 | 0 | 11010 | 11000010 | 1000000 | 101101 |
Color Harmonies of #299BBD
Complementary color
Monochromatic Colors of #299BBD
Black with #299BBD
Text Example
Text Example
White with #299BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299BBD; }
p { color: rgb(41,155,189); }
H1.HeaderClassName
{
color: #299BBD;
}
.AnyTagClassName
{
color: #299BBD;
}
</style>
background-color css
<style>
a { background-color: #299BBD; }
a { background-color: rgb(41,155,189); }
div.DivClassName
{
background-color: #299BBD;
}
.BgClassName
{
background-color: #299BBD;
}
</style>
border-color css
<style>
span { border-color: #299BBD; }
span { border-color: rgb(41,155,189); }
td.TdClassName
{
border-color: #299BBD;
}
.TagClassName
{
border-color: #299BBD;
}
</style>