Shades of Pelorous #299BBF
Tints of Pelorous #299BBF
RGB
CMYK
RGB Variations
Color information
#299BBF (or 0x299BBF) is known color: Pelorous. HEX triplet: 29, 9B and BF. RGB value is (41,155,191). Sum of RGB (Red+Green+Blue) = 41+155+191=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 155 (60.94% from 255 or 40.05% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #299BBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299BBF is #D66440. Grayscale: #7C7C7C. Windows color (decimal): -14050369 or 12557097. OLE color: 12557097.
HSL color Cylindrical-coordinate representation of color #299BBF: hue angle of 194.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #299BBF is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 155 | 191 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.25 |
| HSL | 194.4º | 0.65% | 0.45% | - |
| HSV(B) | 194.4º | 0.79% | 0.75% | - |
| XYZ | 22.04 | 27.68 | 53.47 | - |
| YUV | 125.02 | 165.23 | 68.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 191 | 0.79 | 0.19 | 0 | 0.25 | 194.4 | 0.65 | 0.45 |
| Hex | 29 | 9B | BF | 4F | 13 | 0 | 19 | C2 | 41 | 2D |
| Octal | 51 | 233 | 277 | 117 | 23 | 0 | 31 | 302 | 101 | 55 |
| Binary | 101001 | 10011011 | 10111111 | 1001111 | 10011 | 0 | 11001 | 11000010 | 1000001 | 101101 |
Color Harmonies of #299BBF
Complementary color
Monochromatic Colors of #299BBF
Black with #299BBF
Text Example
Text Example
White with #299BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299BBF; }
p { color: rgb(41,155,191); }
H1.HeaderClassName
{
color: #299BBF;
}
.AnyTagClassName
{
color: #299BBF;
}
</style>
background-color css
<style>
a { background-color: #299BBF; }
a { background-color: rgb(41,155,191); }
div.DivClassName
{
background-color: #299BBF;
}
.BgClassName
{
background-color: #299BBF;
}
</style>
border-color css
<style>
span { border-color: #299BBF; }
span { border-color: rgb(41,155,191); }
td.TdClassName
{
border-color: #299BBF;
}
.TagClassName
{
border-color: #299BBF;
}
</style>