#0391A3

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

Shades of Eastern Blue #0391A3

Tints of Eastern Blue #0391A3

Color information

#0391A3 (or 0x0391A3) is unknown color: approx Eastern Blue. HEX triplet: 03, 91 and A3. RGB value is (3,145,163). Sum of RGB (Red+Green+Blue) = 3+145+163=311 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 163 (64.06% from 255 or 52.41% from 311); Max value from RGB is 163 - color contains mainly: blue. Hex color #0391A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0391A3 is #FC6E5C. Grayscale: #686868. Windows color (decimal): -16543325 or 10719491. OLE color: 10719491.

HSL color Cylindrical-coordinate representation of color #0391A3: hue angle of 186.75º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0391A3 is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3145163-
CMYK0.980.1100.36
HSL186.75º96.39%32.55%-
HSV(B)186.75º98.16%63.92%-
XYZ16.7722.9138.19-
YUV104.59160.9655.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.96%
GREEN value IS 145 (57.03% from 255) = 46.62%
BLUE value IS 163 (64.06% from 255) = 52.41%
R=0.96%
G=46.62%
B=52.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31451630.980.1100.36186.7596.3932.55
Hex391A362B024bb6021
Octal32212431421304427314041
Binary111001000110100011110001010110100100101110111100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0391A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0391A3; }

 p { color: rgb(3,145,163); }

 H1.HeaderClassName
 {
   color: #0391A3;
 }
 .AnyTagClassName
 {
   color: #0391A3;
 }
</style>
background-color css

<style>
 a { background-color: #0391A3; }

 a { background-color: rgb(3,145,163); }

 div.DivClassName
 {
   background-color: #0391A3;
 }
 .BgClassName
 {
   background-color: #0391A3;
 }
</style>
border-color css

<style>
 span { border-color: #0391A3; }

 span { border-color: rgb(3,145,163); }

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