Shades of Eastern Blue #028998
Tints of Eastern Blue #028998
RGB
CMYK
RGB Variations
Color information
#028998 (or 0x028998) is known color: Eastern Blue. HEX triplet: 02, 89 and 98. RGB value is (2,137,152). Sum of RGB (Red+Green+Blue) = 2+137+152=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 137 (53.91% from 255 or 47.08% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #028998 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028998 is #FD7667. Grayscale: #626262. Windows color (decimal): -16610920 or 9996546. OLE color: 9996546.
HSL color Cylindrical-coordinate representation of color #028998: hue angle of 186º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028998 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 137 | 152 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.40 |
| HSL | 186º | 0.97% | 0.3% | - |
| HSV(B) | 186º | 0.99% | 0.6% | - |
| XYZ | 14.64 | 20.17 | 32.83 | - |
| YUV | 98.35 | 158.27 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 137 | 152 | 0.99 | 0.10 | 0 | 0.40 | 186 | 0.97 | 0.3 |
| Hex | 2 | 89 | 98 | 63 | A | 0 | 28 | BA | 61 | 1E |
| Octal | 2 | 211 | 230 | 143 | 12 | 0 | 50 | 272 | 141 | 36 |
| Binary | 10 | 10001001 | 10011000 | 1100011 | 1010 | 0 | 101000 | 10111010 | 1100001 | 11110 |
Color Harmonies of #028998
Complementary color
Monochromatic Colors of #028998
Black with #028998
Text Example
Text Example
White with #028998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028998; }
p { color: rgb(2,137,152); }
H1.HeaderClassName
{
color: #028998;
}
.AnyTagClassName
{
color: #028998;
}
</style>
background-color css
<style>
a { background-color: #028998; }
a { background-color: rgb(2,137,152); }
div.DivClassName
{
background-color: #028998;
}
.BgClassName
{
background-color: #028998;
}
</style>
border-color css
<style>
span { border-color: #028998; }
span { border-color: rgb(2,137,152); }
td.TdClassName
{
border-color: #028998;
}
.TagClassName
{
border-color: #028998;
}
</style>