Shades of Pelorous #298DB7
Tints of Pelorous #298DB7
RGB
CMYK
RGB Variations
Color information
#298DB7 (or 0x298DB7) is known color: Pelorous. HEX triplet: 29, 8D and B7. RGB value is (41,141,183). Sum of RGB (Red+Green+Blue) = 41+141+183=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 183 (71.88% from 255 or 50.14% from 365); Max value from RGB is 183 - color contains mainly: blue. Hex color #298DB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298DB7 is #D67248. Grayscale: #737373. Windows color (decimal): -14053961 or 12029225. OLE color: 12029225.
HSL color Cylindrical-coordinate representation of color #298DB7: hue angle of 197.75º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #298DB7 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 41 | 141 | 183 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.28 |
| HSL | 197.75º | 0.63% | 0.44% | - |
| HSV(B) | 197.75º | 0.78% | 0.72% | - |
| XYZ | 18.99 | 22.94 | 48.23 | - |
| YUV | 115.89 | 165.87 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 141 | 183 | 0.78 | 0.23 | 0 | 0.28 | 197.75 | 0.63 | 0.44 |
| Hex | 29 | 8D | B7 | 4E | 17 | 0 | 1C | C6 | 3F | 2C |
| Octal | 51 | 215 | 267 | 116 | 27 | 0 | 34 | 306 | 77 | 54 |
| Binary | 101001 | 10001101 | 10110111 | 1001110 | 10111 | 0 | 11100 | 11000110 | 111111 | 101100 |
Color Harmonies of #298DB7
Complementary color
Monochromatic Colors of #298DB7
Black with #298DB7
Text Example
Text Example
White with #298DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298DB7; }
p { color: rgb(41,141,183); }
H1.HeaderClassName
{
color: #298DB7;
}
.AnyTagClassName
{
color: #298DB7;
}
</style>
background-color css
<style>
a { background-color: #298DB7; }
a { background-color: rgb(41,141,183); }
div.DivClassName
{
background-color: #298DB7;
}
.BgClassName
{
background-color: #298DB7;
}
</style>
border-color css
<style>
span { border-color: #298DB7; }
span { border-color: rgb(41,141,183); }
td.TdClassName
{
border-color: #298DB7;
}
.TagClassName
{
border-color: #298DB7;
}
</style>