Shades of Eastern Blue #028895
Tints of Eastern Blue #028895
RGB
CMYK
RGB Variations
Color information
#028895 (or 0x028895) is known color: Eastern Blue. HEX triplet: 02, 88 and 95. RGB value is (2,136,149). Sum of RGB (Red+Green+Blue) = 2+136+149=287 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 149 (58.59% from 255 or 51.92% from 287); Max value from RGB is 149 - color contains mainly: blue. Hex color #028895 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028895 is #FD776A. Grayscale: #616161. Windows color (decimal): -16611179 or 9799682. OLE color: 9799682.
HSL color Cylindrical-coordinate representation of color #028895: hue angle of 185.31º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028895 is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 136 | 149 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.42 |
| HSL | 185.31º | 0.97% | 0.3% | - |
| HSV(B) | 185.31º | 0.99% | 0.58% | - |
| XYZ | 14.25 | 19.79 | 31.5 | - |
| YUV | 97.42 | 157.11 | 59.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 149 | 0.99 | 0.09 | 0 | 0.42 | 185.31 | 0.97 | 0.3 |
| Hex | 2 | 88 | 95 | 63 | 9 | 0 | 2A | B9 | 61 | 1E |
| Octal | 2 | 210 | 225 | 143 | 11 | 0 | 52 | 271 | 141 | 36 |
| Binary | 10 | 10001000 | 10010101 | 1100011 | 1001 | 0 | 101010 | 10111001 | 1100001 | 11110 |
Color Harmonies of #028895
Complementary color
Monochromatic Colors of #028895
Black with #028895
Text Example
Text Example
White with #028895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028895; }
p { color: rgb(2,136,149); }
H1.HeaderClassName
{
color: #028895;
}
.AnyTagClassName
{
color: #028895;
}
</style>
background-color css
<style>
a { background-color: #028895; }
a { background-color: rgb(2,136,149); }
div.DivClassName
{
background-color: #028895;
}
.BgClassName
{
background-color: #028895;
}
</style>
border-color css
<style>
span { border-color: #028895; }
span { border-color: rgb(2,136,149); }
td.TdClassName
{
border-color: #028895;
}
.TagClassName
{
border-color: #028895;
}
</style>