Shades of Pelorous #2998BA
Tints of Pelorous #2998BA
RGB
CMYK
RGB Variations
Color information
#2998BA (or 0x2998BA) is known color: Pelorous. HEX triplet: 29, 98 and BA. RGB value is (41,152,186). Sum of RGB (Red+Green+Blue) = 41+152+186=379 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.82% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #2998BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2998BA is #D66745. Grayscale: #7A7A7A. Windows color (decimal): -14051142 or 12228649. OLE color: 12228649.
HSL color Cylindrical-coordinate representation of color #2998BA: hue angle of 194.07º 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 #2998BA is Cyan = 0.78, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 152 | 186 | - |
| CMYK | 0.78 | 0.18 | 0 | 0.27 |
| HSL | 194.07º | 0.64% | 0.45% | - |
| HSV(B) | 194.07º | 0.78% | 0.73% | - |
| XYZ | 21.01 | 26.47 | 50.46 | - |
| YUV | 122.69 | 163.73 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 152 | 186 | 0.78 | 0.18 | 0 | 0.27 | 194.07 | 0.64 | 0.45 |
| Hex | 29 | 98 | BA | 4E | 12 | 0 | 1B | C2 | 40 | 2D |
| Octal | 51 | 230 | 272 | 116 | 22 | 0 | 33 | 302 | 100 | 55 |
| Binary | 101001 | 10011000 | 10111010 | 1001110 | 10010 | 0 | 11011 | 11000010 | 1000000 | 101101 |
Color Harmonies of #2998BA
Complementary color
Monochromatic Colors of #2998BA
Black with #2998BA
Text Example
Text Example
White with #2998BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2998BA; }
p { color: rgb(41,152,186); }
H1.HeaderClassName
{
color: #2998BA;
}
.AnyTagClassName
{
color: #2998BA;
}
</style>
background-color css
<style>
a { background-color: #2998BA; }
a { background-color: rgb(41,152,186); }
div.DivClassName
{
background-color: #2998BA;
}
.BgClassName
{
background-color: #2998BA;
}
</style>
border-color css
<style>
span { border-color: #2998BA; }
span { border-color: rgb(41,152,186); }
td.TdClassName
{
border-color: #2998BA;
}
.TagClassName
{
border-color: #2998BA;
}
</style>