Shades of Pelorous #299ABE
Tints of Pelorous #299ABE
RGB
CMYK
RGB Variations
Color information
#299ABE (or 0x299ABE) is known color: Pelorous. HEX triplet: 29, 9A and BE. RGB value is (41,154,190). Sum of RGB (Red+Green+Blue) = 41+154+190=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #299ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #299ABE is #D66541. Grayscale: #7C7C7C. Windows color (decimal): -14050626 or 12491305. OLE color: 12491305.
HSL color Cylindrical-coordinate representation of color #299ABE: hue angle of 194.5º 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 #299ABE is Cyan = 0.78, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 154 | 190 | - |
| CMYK | 0.78 | 0.19 | 0 | 0.25 |
| HSL | 194.5º | 0.65% | 0.45% | - |
| HSV(B) | 194.5º | 0.78% | 0.75% | - |
| XYZ | 21.76 | 27.3 | 52.84 | - |
| YUV | 124.32 | 165.06 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 154 | 190 | 0.78 | 0.19 | 0 | 0.25 | 194.5 | 0.65 | 0.45 |
| Hex | 29 | 9A | BE | 4E | 13 | 0 | 19 | C2 | 41 | 2D |
| Octal | 51 | 232 | 276 | 116 | 23 | 0 | 31 | 302 | 101 | 55 |
| Binary | 101001 | 10011010 | 10111110 | 1001110 | 10011 | 0 | 11001 | 11000010 | 1000001 | 101101 |
Color Harmonies of #299ABE
Complementary color
Monochromatic Colors of #299ABE
Black with #299ABE
Text Example
Text Example
White with #299ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299ABE; }
p { color: rgb(41,154,190); }
H1.HeaderClassName
{
color: #299ABE;
}
.AnyTagClassName
{
color: #299ABE;
}
</style>
background-color css
<style>
a { background-color: #299ABE; }
a { background-color: rgb(41,154,190); }
div.DivClassName
{
background-color: #299ABE;
}
.BgClassName
{
background-color: #299ABE;
}
</style>
border-color css
<style>
span { border-color: #299ABE; }
span { border-color: rgb(41,154,190); }
td.TdClassName
{
border-color: #299ABE;
}
.TagClassName
{
border-color: #299ABE;
}
</style>