Shades of Eastern Blue #028896
Tints of Eastern Blue #028896
RGB
CMYK
RGB Variations
Color information
#028896 (or 0x028896) is known color: Eastern Blue. HEX triplet: 02, 88 and 96. RGB value is (2,136,150). Sum of RGB (Red+Green+Blue) = 2+136+150=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #028896 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028896 is #FD7769. Grayscale: #616161. Windows color (decimal): -16611178 or 9865218. OLE color: 9865218.
HSL color Cylindrical-coordinate representation of color #028896: hue angle of 185.68º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028896 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 136 | 150 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.41 |
| HSL | 185.68º | 0.97% | 0.3% | - |
| HSV(B) | 185.68º | 0.99% | 0.59% | - |
| XYZ | 14.33 | 19.82 | 31.92 | - |
| YUV | 97.53 | 157.61 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 150 | 0.99 | 0.09 | 0 | 0.41 | 185.68 | 0.97 | 0.3 |
| Hex | 2 | 88 | 96 | 63 | 9 | 0 | 29 | BA | 61 | 1E |
| Octal | 2 | 210 | 226 | 143 | 11 | 0 | 51 | 272 | 141 | 36 |
| Binary | 10 | 10001000 | 10010110 | 1100011 | 1001 | 0 | 101001 | 10111010 | 1100001 | 11110 |
Color Harmonies of #028896
Complementary color
Monochromatic Colors of #028896
Black with #028896
Text Example
Text Example
White with #028896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028896; }
p { color: rgb(2,136,150); }
H1.HeaderClassName
{
color: #028896;
}
.AnyTagClassName
{
color: #028896;
}
</style>
background-color css
<style>
a { background-color: #028896; }
a { background-color: rgb(2,136,150); }
div.DivClassName
{
background-color: #028896;
}
.BgClassName
{
background-color: #028896;
}
</style>
border-color css
<style>
span { border-color: #028896; }
span { border-color: rgb(2,136,150); }
td.TdClassName
{
border-color: #028896;
}
.TagClassName
{
border-color: #028896;
}
</style>