Html Css Color HEX #0389AC Eastern Blue

📋 copy color: '#0389AC'

red 3 ◦ green 137 ◦ blue 172

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

Shades of Eastern Blue #0389AC

Tints of Eastern Blue #0389AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.13%

R = 0.96%
G = 43.91%
B = 55.13%

CMYK

 C value IS 0.98

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0389AC (or 0x0389AC) is known color: Eastern Blue. HEX triplet: 03, 89 and AC. RGB value is (3,137,172). Sum of RGB (Red+Green+Blue) = 3+137+172=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 137 (53.91% from 255 or 43.91% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #0389AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0389AC is #FC7653. Grayscale: #646464. Windows color (decimal): -16545364 or 11307267. OLE color: 11307267.

HSL color Cylindrical-coordinate representation of color #0389AC: hue angle of 192.43º 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 #0389AC is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 137 172 -
CMYK 0.98 0.20 0 0.33
HSL 192.43º 0.97% 0.34% -
HSV(B) 192.43º 0.98% 0.67% -
XYZ 16.43 20.89 42.2 -
YUV 100.92 168.11 58.15 -
System Red Green Blue C M Y K H S L
Decimal 3 137 172 0.98 0.20 0 0.33 192.43 0.97 0.34
Hex 3 89 AC 62 14 0 21 C0 61 22
Octal 3 211 254 142 24 0 41 300 141 42
Binary 11 10001001 10101100 1100010 10100 0 100001 11000000 1100001 100010

Color Harmonies of #0389AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0389AC

Black with #0389AC

Text Example


Text Example

White with #0389AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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