Shades of Pelorous #299DBA
Tints of Pelorous #299DBA
RGB
CMYK
RGB Variations
Color information
#299DBA (or 0x299DBA) is known color: Pelorous. HEX triplet: 29, 9D and BA. RGB value is (41,157,186). Sum of RGB (Red+Green+Blue) = 41+157+186=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 157 (61.72% from 255 or 40.89% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #299DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299DBA is #D66245. Grayscale: #7D7D7D. Windows color (decimal): -14049862 or 12229929. OLE color: 12229929.
HSL color Cylindrical-coordinate representation of color #299DBA: hue angle of 192º 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 #299DBA is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 157 | 186 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.27 |
| HSL | 192º | 0.64% | 0.45% | - |
| HSV(B) | 192º | 0.78% | 0.73% | - |
| XYZ | 21.83 | 28.13 | 50.73 | - |
| YUV | 125.62 | 162.07 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 157 | 186 | 0.78 | 0.16 | 0 | 0.27 | 192 | 0.64 | 0.45 |
| Hex | 29 | 9D | BA | 4E | 10 | 0 | 1B | C0 | 40 | 2D |
| Octal | 51 | 235 | 272 | 116 | 20 | 0 | 33 | 300 | 100 | 55 |
| Binary | 101001 | 10011101 | 10111010 | 1001110 | 10000 | 0 | 11011 | 11000000 | 1000000 | 101101 |
Color Harmonies of #299DBA
Complementary color
Monochromatic Colors of #299DBA
Black with #299DBA
Text Example
Text Example
White with #299DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299DBA; }
p { color: rgb(41,157,186); }
H1.HeaderClassName
{
color: #299DBA;
}
.AnyTagClassName
{
color: #299DBA;
}
</style>
background-color css
<style>
a { background-color: #299DBA; }
a { background-color: rgb(41,157,186); }
div.DivClassName
{
background-color: #299DBA;
}
.BgClassName
{
background-color: #299DBA;
}
</style>
border-color css
<style>
span { border-color: #299DBA; }
span { border-color: rgb(41,157,186); }
td.TdClassName
{
border-color: #299DBA;
}
.TagClassName
{
border-color: #299DBA;
}
</style>