Shades of Eastern Blue #028294
Tints of Eastern Blue #028294
RGB
CMYK
RGB Variations
Color information
#028294 (or 0x028294) is known color: Eastern Blue. HEX triplet: 02, 82 and 94. RGB value is (2,130,148). Sum of RGB (Red+Green+Blue) = 2+130+148=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 148 (58.20% from 255 or 52.86% from 280); Max value from RGB is 148 - color contains mainly: blue. Hex color #028294 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028294 is #FD7D6B. Grayscale: #5D5D5D. Windows color (decimal): -16612716 or 9732610. OLE color: 9732610.
HSL color Cylindrical-coordinate representation of color #028294: hue angle of 187.4º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028294 is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 130 | 148 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.42 |
| HSL | 187.4º | 0.97% | 0.29% | - |
| HSV(B) | 187.4º | 0.99% | 0.58% | - |
| XYZ | 13.35 | 18.12 | 30.81 | - |
| YUV | 93.78 | 158.59 | 62.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 130 | 148 | 0.99 | 0.12 | 0 | 0.42 | 187.4 | 0.97 | 0.29 |
| Hex | 2 | 82 | 94 | 63 | C | 0 | 2A | BB | 61 | 1D |
| Octal | 2 | 202 | 224 | 143 | 14 | 0 | 52 | 273 | 141 | 35 |
| Binary | 10 | 10000010 | 10010100 | 1100011 | 1100 | 0 | 101010 | 10111011 | 1100001 | 11101 |
Color Harmonies of #028294
Complementary color
Monochromatic Colors of #028294
Black with #028294
Text Example
Text Example
White with #028294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #028294; }
p { color: rgb(2,130,148); }
H1.HeaderClassName
{
color: #028294;
}
.AnyTagClassName
{
color: #028294;
}
</style>
background-color css
<style>
a { background-color: #028294; }
a { background-color: rgb(2,130,148); }
div.DivClassName
{
background-color: #028294;
}
.BgClassName
{
background-color: #028294;
}
</style>
border-color css
<style>
span { border-color: #028294; }
span { border-color: rgb(2,130,148); }
td.TdClassName
{
border-color: #028294;
}
.TagClassName
{
border-color: #028294;
}
</style>