Shades of Eastern Blue #0284A3
Tints of Eastern Blue #0284A3
RGB
CMYK
RGB Variations
Color information
#0284A3 (or 0x0284A3) is known color: Eastern Blue. HEX triplet: 02, 84 and A3. RGB value is (2,132,163). Sum of RGB (Red+Green+Blue) = 2+132+163=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 132 (51.95% from 255 or 44.44% from 297); Blue value is 163 (64.06% from 255 or 54.88% from 297); Max value from RGB is 163 - color contains mainly: blue. Hex color #0284A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0284A3 is #FD7B5C. Grayscale: #606060. Windows color (decimal): -16612189 or 10716162. OLE color: 10716162.
HSL color Cylindrical-coordinate representation of color #0284A3: hue angle of 191.55º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0284A3 is Cyan = 0.99, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 132 | 163 | - |
| CMYK | 0.99 | 0.19 | 0 | 0.36 |
| HSL | 191.55º | 0.98% | 0.32% | - |
| HSV(B) | 191.55º | 0.99% | 0.64% | - |
| XYZ | 14.89 | 19.16 | 37.56 | - |
| YUV | 96.66 | 165.43 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 132 | 163 | 0.99 | 0.19 | 0 | 0.36 | 191.55 | 0.98 | 0.32 |
| Hex | 2 | 84 | A3 | 63 | 13 | 0 | 24 | C0 | 62 | 20 |
| Octal | 2 | 204 | 243 | 143 | 23 | 0 | 44 | 300 | 142 | 40 |
| Binary | 10 | 10000100 | 10100011 | 1100011 | 10011 | 0 | 100100 | 11000000 | 1100010 | 100000 |
Color Harmonies of #0284A3
Complementary color
Monochromatic Colors of #0284A3
Black with #0284A3
Text Example
Text Example
White with #0284A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0284A3; }
p { color: rgb(2,132,163); }
H1.HeaderClassName
{
color: #0284A3;
}
.AnyTagClassName
{
color: #0284A3;
}
</style>
background-color css
<style>
a { background-color: #0284A3; }
a { background-color: rgb(2,132,163); }
div.DivClassName
{
background-color: #0284A3;
}
.BgClassName
{
background-color: #0284A3;
}
</style>
border-color css
<style>
span { border-color: #0284A3; }
span { border-color: rgb(2,132,163); }
td.TdClassName
{
border-color: #0284A3;
}
.TagClassName
{
border-color: #0284A3;
}
</style>