Shades of Pelorous #298CBD
Tints of Pelorous #298CBD
RGB
CMYK
RGB Variations
Color information
#298CBD (or 0x298CBD) is known color: Pelorous. HEX triplet: 29, 8C and BD. RGB value is (41,140,189). Sum of RGB (Red+Green+Blue) = 41+140+189=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #298CBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298CBD is #D67342. Grayscale: #737373. Windows color (decimal): -14054211 or 12422185. OLE color: 12422185.
HSL color Cylindrical-coordinate representation of color #298CBD: hue angle of 199.86º 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 #298CBD is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 140 | 189 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.26 |
| HSL | 199.86º | 0.64% | 0.45% | - |
| HSV(B) | 199.86º | 0.78% | 0.74% | - |
| XYZ | 19.48 | 22.9 | 51.54 | - |
| YUV | 115.99 | 169.2 | 74.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 140 | 189 | 0.78 | 0.26 | 0 | 0.26 | 199.86 | 0.64 | 0.45 |
| Hex | 29 | 8C | BD | 4E | 1A | 0 | 1A | C8 | 40 | 2D |
| Octal | 51 | 214 | 275 | 116 | 32 | 0 | 32 | 310 | 100 | 55 |
| Binary | 101001 | 10001100 | 10111101 | 1001110 | 11010 | 0 | 11010 | 11001000 | 1000000 | 101101 |
Color Harmonies of #298CBD
Complementary color
Monochromatic Colors of #298CBD
Black with #298CBD
Text Example
Text Example
White with #298CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298CBD; }
p { color: rgb(41,140,189); }
H1.HeaderClassName
{
color: #298CBD;
}
.AnyTagClassName
{
color: #298CBD;
}
</style>
background-color css
<style>
a { background-color: #298CBD; }
a { background-color: rgb(41,140,189); }
div.DivClassName
{
background-color: #298CBD;
}
.BgClassName
{
background-color: #298CBD;
}
</style>
border-color css
<style>
span { border-color: #298CBD; }
span { border-color: rgb(41,140,189); }
td.TdClassName
{
border-color: #298CBD;
}
.TagClassName
{
border-color: #298CBD;
}
</style>