#0387AA

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

Shades of Eastern Blue #0387AA

Tints of Eastern Blue #0387AA

Color information

#0387AA (or 0x0387AA) is unknown color: approx Eastern Blue. HEX triplet: 03, 87 and AA. RGB value is (3,135,170). Sum of RGB (Red+Green+Blue) = 3+135+170=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #0387AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0387AA is #FC7855. Grayscale: #636363. Windows color (decimal): -16545878 or 11175683. OLE color: 11175683.

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

Color convert

RGB3135170-
CMYK0.980.2100.33
HSL192.57º96.53%33.92%-
HSV(B)192.57º98.24%66.67%-
XYZ15.9620.2541.1-
YUV99.52167.7759.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.97%
GREEN value IS 135 (53.12% from 255) = 43.83%
BLUE value IS 170 (66.80% from 255) = 55.19%
R=0.97%
G=43.83%
B=55.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31351700.980.2100.33192.5796.5333.92
Hex387AA6215021c16122
Octal32072521422504130114142
Binary1110000111101010101100010101010100001110000011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0387AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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