Shades of Pelorous #2886B0
Tints of Pelorous #2886B0
RGB
CMYK
RGB Variations
Color information
#2886B0 (or 0x2886B0) is known color: Pelorous. HEX triplet: 28, 86 and B0. RGB value is (40,134,176). Sum of RGB (Red+Green+Blue) = 40+134+176=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 134 (52.73% from 255 or 38.29% from 350); Blue value is 176 (69.14% from 255 or 50.29% from 350); Max value from RGB is 176 - color contains mainly: blue. Hex color #2886B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2886B0 is #D7794F. Grayscale: #6E6E6E. Windows color (decimal): -14121296 or 11568680. OLE color: 11568680.
HSL color Cylindrical-coordinate representation of color #2886B0: hue angle of 198.53º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2886B0 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 134 | 176 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.31 |
| HSL | 198.53º | 0.63% | 0.42% | - |
| HSV(B) | 198.53º | 0.77% | 0.69% | - |
| XYZ | 17.24 | 20.64 | 44.15 | - |
| YUV | 110.68 | 164.86 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 134 | 176 | 0.77 | 0.24 | 0 | 0.31 | 198.53 | 0.63 | 0.42 |
| Hex | 28 | 86 | B0 | 4D | 18 | 0 | 1F | C7 | 3F | 2A |
| Octal | 50 | 206 | 260 | 115 | 30 | 0 | 37 | 307 | 77 | 52 |
| Binary | 101000 | 10000110 | 10110000 | 1001101 | 11000 | 0 | 11111 | 11000111 | 111111 | 101010 |
Color Harmonies of #2886B0
Complementary color
Monochromatic Colors of #2886B0
Black with #2886B0
Text Example
Text Example
White with #2886B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2886B0; }
p { color: rgb(40,134,176); }
H1.HeaderClassName
{
color: #2886B0;
}
.AnyTagClassName
{
color: #2886B0;
}
</style>
background-color css
<style>
a { background-color: #2886B0; }
a { background-color: rgb(40,134,176); }
div.DivClassName
{
background-color: #2886B0;
}
.BgClassName
{
background-color: #2886B0;
}
</style>
border-color css
<style>
span { border-color: #2886B0; }
span { border-color: rgb(40,134,176); }
td.TdClassName
{
border-color: #2886B0;
}
.TagClassName
{
border-color: #2886B0;
}
</style>