Shades of Pelorous #2887B5
Tints of Pelorous #2887B5
RGB
CMYK
RGB Variations
Color information
#2887B5 (or 0x2887B5) is known color: Pelorous. HEX triplet: 28, 87 and B5. RGB value is (40,135,181). Sum of RGB (Red+Green+Blue) = 40+135+181=356 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.24% from 356); Green value is 135 (53.12% from 255 or 37.92% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #2887B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2887B5 is #D7784A. Grayscale: #6F6F6F. Windows color (decimal): -14121035 or 11896616. OLE color: 11896616.
HSL color Cylindrical-coordinate representation of color #2887B5: hue angle of 199.57º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2887B5 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 40 | 135 | 181 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.29 |
| HSL | 199.57º | 0.64% | 0.43% | - |
| HSV(B) | 199.57º | 0.78% | 0.71% | - |
| XYZ | 17.88 | 21.12 | 46.85 | - |
| YUV | 111.84 | 167.03 | 76.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 135 | 181 | 0.78 | 0.25 | 0 | 0.29 | 199.57 | 0.64 | 0.43 |
| Hex | 28 | 87 | B5 | 4E | 19 | 0 | 1D | C8 | 40 | 2B |
| Octal | 50 | 207 | 265 | 116 | 31 | 0 | 35 | 310 | 100 | 53 |
| Binary | 101000 | 10000111 | 10110101 | 1001110 | 11001 | 0 | 11101 | 11001000 | 1000000 | 101011 |
Color Harmonies of #2887B5
Complementary color
Monochromatic Colors of #2887B5
Black with #2887B5
Text Example
Text Example
White with #2887B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2887B5; }
p { color: rgb(40,135,181); }
H1.HeaderClassName
{
color: #2887B5;
}
.AnyTagClassName
{
color: #2887B5;
}
</style>
background-color css
<style>
a { background-color: #2887B5; }
a { background-color: rgb(40,135,181); }
div.DivClassName
{
background-color: #2887B5;
}
.BgClassName
{
background-color: #2887B5;
}
</style>
border-color css
<style>
span { border-color: #2887B5; }
span { border-color: rgb(40,135,181); }
td.TdClassName
{
border-color: #2887B5;
}
.TagClassName
{
border-color: #2887B5;
}
</style>