#0387A3

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

Shades of Eastern Blue #0387A3

Tints of Eastern Blue #0387A3

Color information

#0387A3 (or 0x0387A3) is unknown color: approx Eastern Blue. HEX triplet: 03, 87 and A3. RGB value is (3,135,163). Sum of RGB (Red+Green+Blue) = 3+135+163=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 135 (53.12% from 255 or 44.85% from 301); Blue value is 163 (64.06% from 255 or 54.15% from 301); Max value from RGB is 163 - color contains mainly: blue. Hex color #0387A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0387A3 is #FC785C. Grayscale: #626262. Windows color (decimal): -16545885 or 10716931. OLE color: 10716931.

HSL color Cylindrical-coordinate representation of color #0387A3: hue angle of 190.5º 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 #0387A3 is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3135163-
CMYK0.980.1700.36
HSL190.5º96.39%32.55%-
HSV(B)190.5º98.16%63.92%-
XYZ15.3119.9937.7-
YUV98.72164.2759.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.00%
GREEN value IS 135 (53.12% from 255) = 44.85%
BLUE value IS 163 (64.06% from 255) = 54.15%
R=1.00%
G=44.85%
B=54.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31351630.980.1700.36190.596.3932.55
Hex387A36211024be6021
Octal32072431422104427614041
Binary1110000111101000111100010100010100100101111101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0387A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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