Shades of Eastern Blue #0294A4
Tints of Eastern Blue #0294A4
RGB
CMYK
RGB Variations
Color information
#0294A4 (or 0x0294A4) is known color: Eastern Blue. HEX triplet: 02, 94 and A4. RGB value is (2,148,164). Sum of RGB (Red+Green+Blue) = 2+148+164=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 148 (58.20% from 255 or 47.13% from 314); Blue value is 164 (64.45% from 255 or 52.23% from 314); Max value from RGB is 164 - color contains mainly: blue. Hex color #0294A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0294A4 is #FD6B5B. Grayscale: #696969. Windows color (decimal): -16608092 or 10785794. OLE color: 10785794.
HSL color Cylindrical-coordinate representation of color #0294A4: hue angle of 185.93º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0294A4 is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 148 | 164 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.36 |
| HSL | 185.93º | 0.98% | 0.33% | - |
| HSV(B) | 185.93º | 0.99% | 0.64% | - |
| XYZ | 17.32 | 23.87 | 38.82 | - |
| YUV | 106.17 | 160.63 | 53.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 148 | 164 | 0.99 | 0.10 | 0 | 0.36 | 185.93 | 0.98 | 0.33 |
| Hex | 2 | 94 | A4 | 63 | A | 0 | 24 | BA | 62 | 21 |
| Octal | 2 | 224 | 244 | 143 | 12 | 0 | 44 | 272 | 142 | 41 |
| Binary | 10 | 10010100 | 10100100 | 1100011 | 1010 | 0 | 100100 | 10111010 | 1100010 | 100001 |
Color Harmonies of #0294A4
Complementary color
Monochromatic Colors of #0294A4
Black with #0294A4
Text Example
Text Example
White with #0294A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0294A4; }
p { color: rgb(2,148,164); }
H1.HeaderClassName
{
color: #0294A4;
}
.AnyTagClassName
{
color: #0294A4;
}
</style>
background-color css
<style>
a { background-color: #0294A4; }
a { background-color: rgb(2,148,164); }
div.DivClassName
{
background-color: #0294A4;
}
.BgClassName
{
background-color: #0294A4;
}
</style>
border-color css
<style>
span { border-color: #0294A4; }
span { border-color: rgb(2,148,164); }
td.TdClassName
{
border-color: #0294A4;
}
.TagClassName
{
border-color: #0294A4;
}
</style>