Shades of Pelorous #298DBD
Tints of Pelorous #298DBD
RGB
CMYK
RGB Variations
Color information
#298DBD (or 0x298DBD) is known color: Pelorous. HEX triplet: 29, 8D and BD. RGB value is (41,141,189). Sum of RGB (Red+Green+Blue) = 41+141+189=371 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.05% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #298DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298DBD is #D67242. Grayscale: #747474. Windows color (decimal): -14053955 or 12422441. OLE color: 12422441.
HSL color Cylindrical-coordinate representation of color #298DBD: hue angle of 199.46º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #298DBD is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 141 | 189 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.26 |
| HSL | 199.46º | 0.64% | 0.45% | - |
| HSV(B) | 199.46º | 0.78% | 0.74% | - |
| XYZ | 19.62 | 23.2 | 51.59 | - |
| YUV | 116.57 | 168.87 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 141 | 189 | 0.78 | 0.25 | 0 | 0.26 | 199.46 | 0.64 | 0.45 |
| Hex | 29 | 8D | BD | 4E | 19 | 0 | 1A | C7 | 40 | 2D |
| Octal | 51 | 215 | 275 | 116 | 31 | 0 | 32 | 307 | 100 | 55 |
| Binary | 101001 | 10001101 | 10111101 | 1001110 | 11001 | 0 | 11010 | 11000111 | 1000000 | 101101 |
Color Harmonies of #298DBD
Complementary color
Monochromatic Colors of #298DBD
Black with #298DBD
Text Example
Text Example
White with #298DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298DBD; }
p { color: rgb(41,141,189); }
H1.HeaderClassName
{
color: #298DBD;
}
.AnyTagClassName
{
color: #298DBD;
}
</style>
background-color css
<style>
a { background-color: #298DBD; }
a { background-color: rgb(41,141,189); }
div.DivClassName
{
background-color: #298DBD;
}
.BgClassName
{
background-color: #298DBD;
}
</style>
border-color css
<style>
span { border-color: #298DBD; }
span { border-color: rgb(41,141,189); }
td.TdClassName
{
border-color: #298DBD;
}
.TagClassName
{
border-color: #298DBD;
}
</style>