Shades of Pelorous #299EB2
Tints of Pelorous #299EB2
RGB
CMYK
RGB Variations
Color information
#299EB2 (or 0x299EB2) is known color: Pelorous. HEX triplet: 29, 9E and B2. RGB value is (41,158,178). Sum of RGB (Red+Green+Blue) = 41+158+178=377 (49% of max value = 765). Red value is 41 (16.41% from 255 or 10.88% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 178 (69.92% from 255 or 47.21% from 377); Max value from RGB is 178 - color contains mainly: blue. Hex color #299EB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299EB2 is #D6614D. Grayscale: #7D7D7D. Windows color (decimal): -14049614 or 11705897. OLE color: 11705897.
HSL color Cylindrical-coordinate representation of color #299EB2: hue angle of 188.76º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #299EB2 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 158 | 178 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.30 |
| HSL | 188.76º | 0.63% | 0.43% | - |
| HSV(B) | 188.76º | 0.77% | 0.7% | - |
| XYZ | 21.18 | 28.14 | 46.43 | - |
| YUV | 125.3 | 157.74 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 158 | 178 | 0.77 | 0.11 | 0 | 0.30 | 188.76 | 0.63 | 0.43 |
| Hex | 29 | 9E | B2 | 4D | B | 0 | 1E | BD | 3F | 2B |
| Octal | 51 | 236 | 262 | 115 | 13 | 0 | 36 | 275 | 77 | 53 |
| Binary | 101001 | 10011110 | 10110010 | 1001101 | 1011 | 0 | 11110 | 10111101 | 111111 | 101011 |
Color Harmonies of #299EB2
Complementary color
Monochromatic Colors of #299EB2
Black with #299EB2
Text Example
Text Example
White with #299EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299EB2; }
p { color: rgb(41,158,178); }
H1.HeaderClassName
{
color: #299EB2;
}
.AnyTagClassName
{
color: #299EB2;
}
</style>
background-color css
<style>
a { background-color: #299EB2; }
a { background-color: rgb(41,158,178); }
div.DivClassName
{
background-color: #299EB2;
}
.BgClassName
{
background-color: #299EB2;
}
</style>
border-color css
<style>
span { border-color: #299EB2; }
span { border-color: rgb(41,158,178); }
td.TdClassName
{
border-color: #299EB2;
}
.TagClassName
{
border-color: #299EB2;
}
</style>