Shades of Pelorous #288EAB
Tints of Pelorous #288EAB
RGB
CMYK
RGB Variations
Color information
#288EAB (or 0x288EAB) is known color: Pelorous. HEX triplet: 28, 8E and AB. RGB value is (40,142,171). Sum of RGB (Red+Green+Blue) = 40+142+171=353 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.33% from 353); Green value is 142 (55.86% from 255 or 40.23% from 353); Blue value is 171 (67.19% from 255 or 48.44% from 353); Max value from RGB is 171 - color contains mainly: blue. Hex color #288EAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288EAB is #D77154. Grayscale: #727272. Windows color (decimal): -14119253 or 11243048. OLE color: 11243048.
HSL color Cylindrical-coordinate representation of color #288EAB: hue angle of 193.28º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #288EAB is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 142 | 171 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.33 |
| HSL | 193.28º | 0.62% | 0.41% | - |
| HSV(B) | 193.28º | 0.77% | 0.67% | - |
| XYZ | 17.9 | 22.74 | 41.97 | - |
| YUV | 114.81 | 159.71 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 142 | 171 | 0.77 | 0.17 | 0 | 0.33 | 193.28 | 0.62 | 0.41 |
| Hex | 28 | 8E | AB | 4D | 11 | 0 | 21 | C1 | 3E | 29 |
| Octal | 50 | 216 | 253 | 115 | 21 | 0 | 41 | 301 | 76 | 51 |
| Binary | 101000 | 10001110 | 10101011 | 1001101 | 10001 | 0 | 100001 | 11000001 | 111110 | 101001 |
Color Harmonies of #288EAB
Complementary color
Monochromatic Colors of #288EAB
Black with #288EAB
Text Example
Text Example
White with #288EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #288EAB; }
p { color: rgb(40,142,171); }
H1.HeaderClassName
{
color: #288EAB;
}
.AnyTagClassName
{
color: #288EAB;
}
</style>
background-color css
<style>
a { background-color: #288EAB; }
a { background-color: rgb(40,142,171); }
div.DivClassName
{
background-color: #288EAB;
}
.BgClassName
{
background-color: #288EAB;
}
</style>
border-color css
<style>
span { border-color: #288EAB; }
span { border-color: rgb(40,142,171); }
td.TdClassName
{
border-color: #288EAB;
}
.TagClassName
{
border-color: #288EAB;
}
</style>