Shades of Eastern Blue #0389AD
Tints of Eastern Blue #0389AD
RGB
CMYK
RGB Variations
Color information
#0389AD (or 0x0389AD) is known color: Eastern Blue. HEX triplet: 03, 89 and AD. RGB value is (3,137,173). Sum of RGB (Red+Green+Blue) = 3+137+173=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #0389AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0389AD is #FC7652. Grayscale: #646464. Windows color (decimal): -16545363 or 11372803. OLE color: 11372803.
HSL color Cylindrical-coordinate representation of color #0389AD: hue angle of 192.71º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0389AD is Cyan = 0.98, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 3 | 137 | 173 | - |
| CMYK | 0.98 | 0.21 | 0 | 0.32 |
| HSL | 192.71º | 0.97% | 0.35% | - |
| HSV(B) | 192.71º | 0.98% | 0.68% | - |
| XYZ | 16.53 | 20.93 | 42.7 | - |
| YUV | 101.04 | 168.61 | 58.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 137 | 173 | 0.98 | 0.21 | 0 | 0.32 | 192.71 | 0.97 | 0.35 |
| Hex | 3 | 89 | AD | 62 | 15 | 0 | 20 | C1 | 61 | 23 |
| Octal | 3 | 211 | 255 | 142 | 25 | 0 | 40 | 301 | 141 | 43 |
| Binary | 11 | 10001001 | 10101101 | 1100010 | 10101 | 0 | 100000 | 11000001 | 1100001 | 100011 |
Color Harmonies of #0389AD
Complementary color
Monochromatic Colors of #0389AD
Black with #0389AD
Text Example
Text Example
White with #0389AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0389AD; }
p { color: rgb(3,137,173); }
H1.HeaderClassName
{
color: #0389AD;
}
.AnyTagClassName
{
color: #0389AD;
}
</style>
background-color css
<style>
a { background-color: #0389AD; }
a { background-color: rgb(3,137,173); }
div.DivClassName
{
background-color: #0389AD;
}
.BgClassName
{
background-color: #0389AD;
}
</style>
border-color css
<style>
span { border-color: #0389AD; }
span { border-color: rgb(3,137,173); }
td.TdClassName
{
border-color: #0389AD;
}
.TagClassName
{
border-color: #0389AD;
}
</style>