Shades of Pelorous #298DAD
Tints of Pelorous #298DAD
RGB
CMYK
RGB Variations
Color information
#298DAD (or 0x298DAD) is known color: Pelorous. HEX triplet: 29, 8D and AD. RGB value is (41,141,173). Sum of RGB (Red+Green+Blue) = 41+141+173=355 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.55% from 355); Green value is 141 (55.47% from 255 or 39.72% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #298DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298DAD is #D67252. Grayscale: #727272. Windows color (decimal): -14053971 or 11373865. OLE color: 11373865.
HSL color Cylindrical-coordinate representation of color #298DAD: hue angle of 194.55º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #298DAD is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 41 | 141 | 173 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.32 |
| HSL | 194.55º | 0.62% | 0.42% | - |
| HSV(B) | 194.55º | 0.76% | 0.68% | - |
| XYZ | 17.98 | 22.54 | 42.94 | - |
| YUV | 114.75 | 160.87 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 141 | 173 | 0.76 | 0.18 | 0 | 0.32 | 194.55 | 0.62 | 0.42 |
| Hex | 29 | 8D | AD | 4C | 12 | 0 | 20 | C3 | 3E | 2A |
| Octal | 51 | 215 | 255 | 114 | 22 | 0 | 40 | 303 | 76 | 52 |
| Binary | 101001 | 10001101 | 10101101 | 1001100 | 10010 | 0 | 100000 | 11000011 | 111110 | 101010 |
Color Harmonies of #298DAD
Complementary color
Monochromatic Colors of #298DAD
Black with #298DAD
Text Example
Text Example
White with #298DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298DAD; }
p { color: rgb(41,141,173); }
H1.HeaderClassName
{
color: #298DAD;
}
.AnyTagClassName
{
color: #298DAD;
}
</style>
background-color css
<style>
a { background-color: #298DAD; }
a { background-color: rgb(41,141,173); }
div.DivClassName
{
background-color: #298DAD;
}
.BgClassName
{
background-color: #298DAD;
}
</style>
border-color css
<style>
span { border-color: #298DAD; }
span { border-color: rgb(41,141,173); }
td.TdClassName
{
border-color: #298DAD;
}
.TagClassName
{
border-color: #298DAD;
}
</style>