Html Css Color HEX #0389AA Eastern Blue

📋 copy color: '#0389AA'

red 3 ◦ green 137 ◦ blue 170

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

Shades of Eastern Blue #0389AA

Tints of Eastern Blue #0389AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.84%

R = 0.97%
G = 44.19%
B = 54.84%

CMYK

 C value IS 0.98

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0389AA (or 0x0389AA) is known color: Eastern Blue. HEX triplet: 03, 89 and AA. RGB value is (3,137,170). Sum of RGB (Red+Green+Blue) = 3+137+170=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 170 (66.80% from 255 or 54.84% from 310); Max value from RGB is 170 - color contains mainly: blue. Hex color #0389AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0389AA is #FC7655. Grayscale: #646464. Windows color (decimal): -16545366 or 11176195. OLE color: 11176195.

HSL color Cylindrical-coordinate representation of color #0389AA: hue angle of 191.86º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0389AA is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 137 170 -
CMYK 0.98 0.19 0 0.33
HSL 191.86º 0.97% 0.34% -
HSV(B) 191.86º 0.98% 0.67% -
XYZ 16.24 20.81 41.19 -
YUV 100.7 167.11 58.32 -
System Red Green Blue C M Y K H S L
Decimal 3 137 170 0.98 0.19 0 0.33 191.86 0.97 0.34
Hex 3 89 AA 62 13 0 21 C0 61 22
Octal 3 211 252 142 23 0 41 300 141 42
Binary 11 10001001 10101010 1100010 10011 0 100001 11000000 1100001 100010

Color Harmonies of #0389AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0389AA

Black with #0389AA

Text Example


Text Example

White with #0389AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0389AA; }

 p { color: rgb(3,137,170); }

 H1.HeaderClassName
 {
   color: #0389AA;
 }
 .AnyTagClassName
 {
   color: #0389AA;
 }
</style>

background-color css

<style>
 a { background-color: #0389AA; }

 a { background-color: rgb(3,137,170); }

 div.DivClassName
 {
   background-color: #0389AA;
 }
 .BgClassName
 {
   background-color: #0389AA;
 }
</style>

border-color css

<style>
 span { border-color: #0389AA; }

 span { border-color: rgb(3,137,170); }

 td.TdClassName
 {
   border-color: #0389AA;
 }
 .TagClassName
 {
   border-color: #0389AA;
 }
</style>