Shades of Pelorous #298ABA
Tints of Pelorous #298ABA
RGB
CMYK
RGB Variations
Color information
#298ABA (or 0x298ABA) is known color: Pelorous. HEX triplet: 29, 8A and BA. RGB value is (41,138,186). Sum of RGB (Red+Green+Blue) = 41+138+186=365 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.23% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #298ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ABA is #D67545. Grayscale: #727272. Windows color (decimal): -14054726 or 12225065. OLE color: 12225065.
HSL color Cylindrical-coordinate representation of color #298ABA: hue angle of 199.86º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #298ABA is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 138 | 186 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.27 |
| HSL | 199.86º | 0.64% | 0.45% | - |
| HSV(B) | 199.86º | 0.78% | 0.73% | - |
| XYZ | 18.87 | 22.19 | 49.74 | - |
| YUV | 114.47 | 168.36 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 138 | 186 | 0.78 | 0.26 | 0 | 0.27 | 199.86 | 0.64 | 0.45 |
| Hex | 29 | 8A | BA | 4E | 1A | 0 | 1B | C8 | 40 | 2D |
| Octal | 51 | 212 | 272 | 116 | 32 | 0 | 33 | 310 | 100 | 55 |
| Binary | 101001 | 10001010 | 10111010 | 1001110 | 11010 | 0 | 11011 | 11001000 | 1000000 | 101101 |
Color Harmonies of #298ABA
Complementary color
Monochromatic Colors of #298ABA
Black with #298ABA
Text Example
Text Example
White with #298ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298ABA; }
p { color: rgb(41,138,186); }
H1.HeaderClassName
{
color: #298ABA;
}
.AnyTagClassName
{
color: #298ABA;
}
</style>
background-color css
<style>
a { background-color: #298ABA; }
a { background-color: rgb(41,138,186); }
div.DivClassName
{
background-color: #298ABA;
}
.BgClassName
{
background-color: #298ABA;
}
</style>
border-color css
<style>
span { border-color: #298ABA; }
span { border-color: rgb(41,138,186); }
td.TdClassName
{
border-color: #298ABA;
}
.TagClassName
{
border-color: #298ABA;
}
</style>