Shades of Pelorous #2898BB
Tints of Pelorous #2898BB
RGB
CMYK
RGB Variations
Color information
#2898BB (or 0x2898BB) is known color: Pelorous. HEX triplet: 28, 98 and BB. RGB value is (40,152,187). Sum of RGB (Red+Green+Blue) = 40+152+187=379 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.55% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #2898BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2898BB is #D76744. Grayscale: #7A7A7A. Windows color (decimal): -14116677 or 12294184. OLE color: 12294184.
HSL color Cylindrical-coordinate representation of color #2898BB: hue angle of 194.29º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2898BB is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 152 | 187 | - |
| CMYK | 0.79 | 0.19 | 0 | 0.27 |
| HSL | 194.29º | 0.65% | 0.45% | - |
| HSV(B) | 194.29º | 0.79% | 0.73% | - |
| XYZ | 21.07 | 26.5 | 51.02 | - |
| YUV | 122.5 | 164.39 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 152 | 187 | 0.79 | 0.19 | 0 | 0.27 | 194.29 | 0.65 | 0.45 |
| Hex | 28 | 98 | BB | 4F | 13 | 0 | 1B | C2 | 41 | 2D |
| Octal | 50 | 230 | 273 | 117 | 23 | 0 | 33 | 302 | 101 | 55 |
| Binary | 101000 | 10011000 | 10111011 | 1001111 | 10011 | 0 | 11011 | 11000010 | 1000001 | 101101 |
Color Harmonies of #2898BB
Complementary color
Monochromatic Colors of #2898BB
Black with #2898BB
Text Example
Text Example
White with #2898BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2898BB; }
p { color: rgb(40,152,187); }
H1.HeaderClassName
{
color: #2898BB;
}
.AnyTagClassName
{
color: #2898BB;
}
</style>
background-color css
<style>
a { background-color: #2898BB; }
a { background-color: rgb(40,152,187); }
div.DivClassName
{
background-color: #2898BB;
}
.BgClassName
{
background-color: #2898BB;
}
</style>
border-color css
<style>
span { border-color: #2898BB; }
span { border-color: rgb(40,152,187); }
td.TdClassName
{
border-color: #2898BB;
}
.TagClassName
{
border-color: #2898BB;
}
</style>