Shades of Pelorous #299CBE
Tints of Pelorous #299CBE
RGB
CMYK
RGB Variations
Color information
#299CBE (or 0x299CBE) is known color: Pelorous. HEX triplet: 29, 9C and BE. RGB value is (41,156,190). Sum of RGB (Red+Green+Blue) = 41+156+190=387 (51% of max value = 765). Red value is 41 (16.41% from 255 or 10.59% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #299CBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299CBE is #D66341. Grayscale: #7D7D7D. Windows color (decimal): -14050114 or 12491817. OLE color: 12491817.
HSL color Cylindrical-coordinate representation of color #299CBE: hue angle of 193.69º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #299CBE is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 156 | 190 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.25 |
| HSL | 193.69º | 0.65% | 0.45% | - |
| HSV(B) | 193.69º | 0.78% | 0.75% | - |
| XYZ | 22.1 | 27.97 | 52.95 | - |
| YUV | 125.49 | 164.4 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 190 | 0.78 | 0.18 | 0 | 0.25 | 193.69 | 0.65 | 0.45 |
| Hex | 29 | 9C | BE | 4E | 12 | 0 | 19 | C2 | 41 | 2D |
| Octal | 51 | 234 | 276 | 116 | 22 | 0 | 31 | 302 | 101 | 55 |
| Binary | 101001 | 10011100 | 10111110 | 1001110 | 10010 | 0 | 11001 | 11000010 | 1000001 | 101101 |
Color Harmonies of #299CBE
Complementary color
Monochromatic Colors of #299CBE
Black with #299CBE
Text Example
Text Example
White with #299CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299CBE; }
p { color: rgb(41,156,190); }
H1.HeaderClassName
{
color: #299CBE;
}
.AnyTagClassName
{
color: #299CBE;
}
</style>
background-color css
<style>
a { background-color: #299CBE; }
a { background-color: rgb(41,156,190); }
div.DivClassName
{
background-color: #299CBE;
}
.BgClassName
{
background-color: #299CBE;
}
</style>
border-color css
<style>
span { border-color: #299CBE; }
span { border-color: rgb(41,156,190); }
td.TdClassName
{
border-color: #299CBE;
}
.TagClassName
{
border-color: #299CBE;
}
</style>