Shades of Pelorous #299CB6
Tints of Pelorous #299CB6
RGB
CMYK
RGB Variations
Color information
#299CB6 (or 0x299CB6) is known color: Pelorous. HEX triplet: 29, 9C and B6. RGB value is (41,156,182). Sum of RGB (Red+Green+Blue) = 41+156+182=379 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.82% from 379); Green value is 156 (61.33% from 255 or 41.16% from 379); Blue value is 182 (71.48% from 255 or 48.02% from 379); Max value from RGB is 182 - color contains mainly: blue. Hex color #299CB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299CB6 is #D66349. Grayscale: #7C7C7C. Windows color (decimal): -14050122 or 11967529. OLE color: 11967529.
HSL color Cylindrical-coordinate representation of color #299CB6: hue angle of 191.06º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #299CB6 is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 41 | 156 | 182 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.29 |
| HSL | 191.06º | 0.63% | 0.44% | - |
| HSV(B) | 191.06º | 0.77% | 0.71% | - |
| XYZ | 21.25 | 27.63 | 48.47 | - |
| YUV | 124.58 | 160.4 | 68.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 182 | 0.77 | 0.14 | 0 | 0.29 | 191.06 | 0.63 | 0.44 |
| Hex | 29 | 9C | B6 | 4D | E | 0 | 1D | BF | 3F | 2C |
| Octal | 51 | 234 | 266 | 115 | 16 | 0 | 35 | 277 | 77 | 54 |
| Binary | 101001 | 10011100 | 10110110 | 1001101 | 1110 | 0 | 11101 | 10111111 | 111111 | 101100 |
Color Harmonies of #299CB6
Complementary color
Monochromatic Colors of #299CB6
Black with #299CB6
Text Example
Text Example
White with #299CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299CB6; }
p { color: rgb(41,156,182); }
H1.HeaderClassName
{
color: #299CB6;
}
.AnyTagClassName
{
color: #299CB6;
}
</style>
background-color css
<style>
a { background-color: #299CB6; }
a { background-color: rgb(41,156,182); }
div.DivClassName
{
background-color: #299CB6;
}
.BgClassName
{
background-color: #299CB6;
}
</style>
border-color css
<style>
span { border-color: #299CB6; }
span { border-color: rgb(41,156,182); }
td.TdClassName
{
border-color: #299CB6;
}
.TagClassName
{
border-color: #299CB6;
}
</style>