Html Css Color HEX #0389AD Eastern Blue

📋 copy color: '#0389AD'

red 3 ◦ green 137 ◦ blue 173

#0389AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #0389AD

Tints of Eastern Blue #0389AD

RGB

 RED value IS 3 (1.56% from 255) = 0.96%

 GREEN value IS 137 (53.91% from 255) = 43.77%

 BLUE value IS 173 (67.97% from 255) = 55.27%

R = 0.96%
G = 43.77%
B = 55.27%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

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

Triadic Colors

Analogous colors

Split complements colors

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>