Shades of Pelorous #2898BF
Tints of Pelorous #2898BF
RGB
CMYK
RGB Variations
Color information
#2898BF (or 0x2898BF) is known color: Pelorous. HEX triplet: 28, 98 and BF. RGB value is (40,152,191). Sum of RGB (Red+Green+Blue) = 40+152+191=383 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.44% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #2898BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2898BF is #D76740. Grayscale: #7A7A7A. Windows color (decimal): -14116673 or 12556328. OLE color: 12556328.
HSL color Cylindrical-coordinate representation of color #2898BF: hue angle of 195.5º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2898BF is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 152 | 191 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.25 |
| HSL | 195.5º | 0.65% | 0.45% | - |
| HSV(B) | 195.5º | 0.79% | 0.75% | - |
| XYZ | 21.51 | 26.67 | 53.3 | - |
| YUV | 122.96 | 166.39 | 68.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 152 | 191 | 0.79 | 0.20 | 0 | 0.25 | 195.5 | 0.65 | 0.45 |
| Hex | 28 | 98 | BF | 4F | 14 | 0 | 19 | C3 | 41 | 2D |
| Octal | 50 | 230 | 277 | 117 | 24 | 0 | 31 | 303 | 101 | 55 |
| Binary | 101000 | 10011000 | 10111111 | 1001111 | 10100 | 0 | 11001 | 11000011 | 1000001 | 101101 |
Color Harmonies of #2898BF
Complementary color
Monochromatic Colors of #2898BF
Black with #2898BF
Text Example
Text Example
White with #2898BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2898BF; }
p { color: rgb(40,152,191); }
H1.HeaderClassName
{
color: #2898BF;
}
.AnyTagClassName
{
color: #2898BF;
}
</style>
background-color css
<style>
a { background-color: #2898BF; }
a { background-color: rgb(40,152,191); }
div.DivClassName
{
background-color: #2898BF;
}
.BgClassName
{
background-color: #2898BF;
}
</style>
border-color css
<style>
span { border-color: #2898BF; }
span { border-color: rgb(40,152,191); }
td.TdClassName
{
border-color: #2898BF;
}
.TagClassName
{
border-color: #2898BF;
}
</style>