Shades of Pelorous #299CBB
Tints of Pelorous #299CBB
RGB
CMYK
RGB Variations
Color information
#299CBB (or 0x299CBB) is known color: Pelorous. HEX triplet: 29, 9C and BB. RGB value is (41,156,187). Sum of RGB (Red+Green+Blue) = 41+156+187=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 156 (61.33% from 255 or 40.62% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #299CBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299CBB is #D66344. Grayscale: #7C7C7C. Windows color (decimal): -14050117 or 12295209. OLE color: 12295209.
HSL color Cylindrical-coordinate representation of color #299CBB: hue angle of 192.74º 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 #299CBB is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 156 | 187 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.27 |
| HSL | 192.74º | 0.64% | 0.45% | - |
| HSV(B) | 192.74º | 0.78% | 0.73% | - |
| XYZ | 21.77 | 27.84 | 51.24 | - |
| YUV | 125.15 | 162.9 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 187 | 0.78 | 0.17 | 0 | 0.27 | 192.74 | 0.64 | 0.45 |
| Hex | 29 | 9C | BB | 4E | 11 | 0 | 1B | C1 | 40 | 2D |
| Octal | 51 | 234 | 273 | 116 | 21 | 0 | 33 | 301 | 100 | 55 |
| Binary | 101001 | 10011100 | 10111011 | 1001110 | 10001 | 0 | 11011 | 11000001 | 1000000 | 101101 |
Color Harmonies of #299CBB
Complementary color
Monochromatic Colors of #299CBB
Black with #299CBB
Text Example
Text Example
White with #299CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299CBB; }
p { color: rgb(41,156,187); }
H1.HeaderClassName
{
color: #299CBB;
}
.AnyTagClassName
{
color: #299CBB;
}
</style>
background-color css
<style>
a { background-color: #299CBB; }
a { background-color: rgb(41,156,187); }
div.DivClassName
{
background-color: #299CBB;
}
.BgClassName
{
background-color: #299CBB;
}
</style>
border-color css
<style>
span { border-color: #299CBB; }
span { border-color: rgb(41,156,187); }
td.TdClassName
{
border-color: #299CBB;
}
.TagClassName
{
border-color: #299CBB;
}
</style>