Shades of Pelorous #299CB7
Tints of Pelorous #299CB7
RGB
CMYK
RGB Variations
Color information
#299CB7 (or 0x299CB7) is known color: Pelorous. HEX triplet: 29, 9C and B7. RGB value is (41,156,183). Sum of RGB (Red+Green+Blue) = 41+156+183=380 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.79% from 380); Green value is 156 (61.33% from 255 or 41.05% from 380); Blue value is 183 (71.88% from 255 or 48.16% from 380); Max value from RGB is 183 - color contains mainly: blue. Hex color #299CB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299CB7 is #D66348. Grayscale: #7C7C7C. Windows color (decimal): -14050121 or 12033065. OLE color: 12033065.
HSL color Cylindrical-coordinate representation of color #299CB7: hue angle of 191.41º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #299CB7 is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 41 | 156 | 183 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.28 |
| HSL | 191.41º | 0.63% | 0.44% | - |
| HSV(B) | 191.41º | 0.78% | 0.72% | - |
| XYZ | 21.35 | 27.67 | 49.01 | - |
| YUV | 124.69 | 160.9 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 183 | 0.78 | 0.15 | 0 | 0.28 | 191.41 | 0.63 | 0.44 |
| Hex | 29 | 9C | B7 | 4E | F | 0 | 1C | BF | 3F | 2C |
| Octal | 51 | 234 | 267 | 116 | 17 | 0 | 34 | 277 | 77 | 54 |
| Binary | 101001 | 10011100 | 10110111 | 1001110 | 1111 | 0 | 11100 | 10111111 | 111111 | 101100 |
Color Harmonies of #299CB7
Complementary color
Monochromatic Colors of #299CB7
Black with #299CB7
Text Example
Text Example
White with #299CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299CB7; }
p { color: rgb(41,156,183); }
H1.HeaderClassName
{
color: #299CB7;
}
.AnyTagClassName
{
color: #299CB7;
}
</style>
background-color css
<style>
a { background-color: #299CB7; }
a { background-color: rgb(41,156,183); }
div.DivClassName
{
background-color: #299CB7;
}
.BgClassName
{
background-color: #299CB7;
}
</style>
border-color css
<style>
span { border-color: #299CB7; }
span { border-color: rgb(41,156,183); }
td.TdClassName
{
border-color: #299CB7;
}
.TagClassName
{
border-color: #299CB7;
}
</style>