Shades of Pelorous #298EB2
Tints of Pelorous #298EB2
RGB
CMYK
RGB Variations
Color information
#298EB2 (or 0x298EB2) is known color: Pelorous. HEX triplet: 29, 8E and B2. RGB value is (41,142,178). Sum of RGB (Red+Green+Blue) = 41+142+178=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 178 (69.92% from 255 or 49.31% from 361); Max value from RGB is 178 - color contains mainly: blue. Hex color #298EB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298EB2 is #D6714D. Grayscale: #737373. Windows color (decimal): -14053710 or 11701801. OLE color: 11701801.
HSL color Cylindrical-coordinate representation of color #298EB2: hue angle of 195.77º 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 #298EB2 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 41 | 142 | 178 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.30 |
| HSL | 195.77º | 0.63% | 0.43% | - |
| HSV(B) | 195.77º | 0.77% | 0.7% | - |
| XYZ | 18.62 | 23.03 | 45.58 | - |
| YUV | 115.91 | 163.04 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 142 | 178 | 0.77 | 0.20 | 0 | 0.30 | 195.77 | 0.63 | 0.43 |
| Hex | 29 | 8E | B2 | 4D | 14 | 0 | 1E | C4 | 3F | 2B |
| Octal | 51 | 216 | 262 | 115 | 24 | 0 | 36 | 304 | 77 | 53 |
| Binary | 101001 | 10001110 | 10110010 | 1001101 | 10100 | 0 | 11110 | 11000100 | 111111 | 101011 |
Color Harmonies of #298EB2
Complementary color
Monochromatic Colors of #298EB2
Black with #298EB2
Text Example
Text Example
White with #298EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298EB2; }
p { color: rgb(41,142,178); }
H1.HeaderClassName
{
color: #298EB2;
}
.AnyTagClassName
{
color: #298EB2;
}
</style>
background-color css
<style>
a { background-color: #298EB2; }
a { background-color: rgb(41,142,178); }
div.DivClassName
{
background-color: #298EB2;
}
.BgClassName
{
background-color: #298EB2;
}
</style>
border-color css
<style>
span { border-color: #298EB2; }
span { border-color: rgb(41,142,178); }
td.TdClassName
{
border-color: #298EB2;
}
.TagClassName
{
border-color: #298EB2;
}
</style>