Shades of Pelorous #299BC0
Tints of Pelorous #299BC0
RGB
CMYK
RGB Variations
Color information
#299BC0 (or 0x299BC0) is known color: Pelorous. HEX triplet: 29, 9B and C0. RGB value is (41,155,192). Sum of RGB (Red+Green+Blue) = 41+155+192=388 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.57% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #299BC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299BC0 is #D6643F. Grayscale: #7C7C7C. Windows color (decimal): -14050368 or 12622633. OLE color: 12622633.
HSL color Cylindrical-coordinate representation of color #299BC0: hue angle of 194.7º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #299BC0 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 155 | 192 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.25 |
| HSL | 194.7º | 0.65% | 0.46% | - |
| HSV(B) | 194.7º | 0.79% | 0.75% | - |
| XYZ | 22.15 | 27.72 | 54.05 | - |
| YUV | 125.13 | 165.73 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 192 | 0.79 | 0.19 | 0 | 0.25 | 194.7 | 0.65 | 0.46 |
| Hex | 29 | 9B | C0 | 4F | 13 | 0 | 19 | C3 | 41 | 2E |
| Octal | 51 | 233 | 300 | 117 | 23 | 0 | 31 | 303 | 101 | 56 |
| Binary | 101001 | 10011011 | 11000000 | 1001111 | 10011 | 0 | 11001 | 11000011 | 1000001 | 101110 |
Color Harmonies of #299BC0
Complementary color
Monochromatic Colors of #299BC0
Black with #299BC0
Text Example
Text Example
White with #299BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299BC0; }
p { color: rgb(41,155,192); }
H1.HeaderClassName
{
color: #299BC0;
}
.AnyTagClassName
{
color: #299BC0;
}
</style>
background-color css
<style>
a { background-color: #299BC0; }
a { background-color: rgb(41,155,192); }
div.DivClassName
{
background-color: #299BC0;
}
.BgClassName
{
background-color: #299BC0;
}
</style>
border-color css
<style>
span { border-color: #299BC0; }
span { border-color: rgb(41,155,192); }
td.TdClassName
{
border-color: #299BC0;
}
.TagClassName
{
border-color: #299BC0;
}
</style>