#0389AC

Color #0389AC Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #0389AC

Tints of Eastern Blue #0389AC

Color information

#0389AC (or 0x0389AC) is unknown color: approx 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

RGB3137172-
CMYK0.980.2000.33
HSL192.43º96.57%34.31%-
HSV(B)192.43º98.26%67.45%-
XYZ16.4320.8942.2-
YUV100.92168.1158.15-

RGB Variations

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

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 (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31371720.980.2000.33192.4396.5734.31
Hex389AC6214021c06122
Octal32112541422404130014142
Binary1110001001101011001100010101000100001110000001100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0389AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>