Shades of Pelorous #2888AE
Tints of Pelorous #2888AE
RGB
CMYK
RGB Variations
Color information
#2888AE (or 0x2888AE) is known color: Pelorous. HEX triplet: 28, 88 and AE. RGB value is (40,136,174). Sum of RGB (Red+Green+Blue) = 40+136+174=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #2888AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2888AE is #D77751. Grayscale: #6F6F6F. Windows color (decimal): -14120786 or 11438120. OLE color: 11438120.
HSL color Cylindrical-coordinate representation of color #2888AE: hue angle of 197.01º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2888AE is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 40 | 136 | 174 | - |
| CMYK | 0.77 | 0.22 | 0 | 0.32 |
| HSL | 197.01º | 0.63% | 0.42% | - |
| HSV(B) | 197.01º | 0.77% | 0.68% | - |
| XYZ | 17.32 | 21.12 | 43.21 | - |
| YUV | 111.63 | 163.2 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 136 | 174 | 0.77 | 0.22 | 0 | 0.32 | 197.01 | 0.63 | 0.42 |
| Hex | 28 | 88 | AE | 4D | 16 | 0 | 20 | C5 | 3F | 2A |
| Octal | 50 | 210 | 256 | 115 | 26 | 0 | 40 | 305 | 77 | 52 |
| Binary | 101000 | 10001000 | 10101110 | 1001101 | 10110 | 0 | 100000 | 11000101 | 111111 | 101010 |
Color Harmonies of #2888AE
Complementary color
Monochromatic Colors of #2888AE
Black with #2888AE
Text Example
Text Example
White with #2888AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2888AE; }
p { color: rgb(40,136,174); }
H1.HeaderClassName
{
color: #2888AE;
}
.AnyTagClassName
{
color: #2888AE;
}
</style>
background-color css
<style>
a { background-color: #2888AE; }
a { background-color: rgb(40,136,174); }
div.DivClassName
{
background-color: #2888AE;
}
.BgClassName
{
background-color: #2888AE;
}
</style>
border-color css
<style>
span { border-color: #2888AE; }
span { border-color: rgb(40,136,174); }
td.TdClassName
{
border-color: #2888AE;
}
.TagClassName
{
border-color: #2888AE;
}
</style>