Html Css Color HEX #0387A0 Eastern Blue

📋 copy color: '#0387A0'

red 3 ◦ green 135 ◦ blue 160

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

Shades of Eastern Blue #0387A0

Tints of Eastern Blue #0387A0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.3%

 BLUE value IS 160 (62.89% from 255) = 53.69%

R = 1.01%
G = 45.3%
B = 53.69%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0387A0 (or 0x0387A0) is known color: Eastern Blue. HEX triplet: 03, 87 and A0. RGB value is (3,135,160). Sum of RGB (Red+Green+Blue) = 3+135+160=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 160 (62.89% from 255 or 53.69% from 298); Max value from RGB is 160 - color contains mainly: blue. Hex color #0387A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0387A0 is #FC785F. Grayscale: #626262. Windows color (decimal): -16545888 or 10520323. OLE color: 10520323.

HSL color Cylindrical-coordinate representation of color #0387A0: hue angle of 189.55º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0387A0 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 3 135 160 -
CMYK 0.98 0.16 0 0.37
HSL 189.55º 0.96% 0.32% -
HSV(B) 189.55º 0.98% 0.63% -
XYZ 15.05 19.89 36.3 -
YUV 98.38 162.77 59.97 -
System Red Green Blue C M Y K H S L
Decimal 3 135 160 0.98 0.16 0 0.37 189.55 0.96 0.32
Hex 3 87 A0 62 10 0 25 BE 60 20
Octal 3 207 240 142 20 0 45 276 140 40
Binary 11 10000111 10100000 1100010 10000 0 100101 10111110 1100000 100000

Color Harmonies of #0387A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0387A0

Black with #0387A0

Text Example


Text Example

White with #0387A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0387A0;
 }
 .AnyTagClassName
 {
   color: #0387A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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