Html Css Color HEX #0387AB Eastern Blue

📋 copy color: '#0387AB'

red 3 ◦ green 135 ◦ blue 171

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

Shades of Eastern Blue #0387AB

Tints of Eastern Blue #0387AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 55.34%

R = 0.97%
G = 43.69%
B = 55.34%

CMYK

 C value IS 0.98

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0387AB (or 0x0387AB) is known color: Eastern Blue. HEX triplet: 03, 87 and AB. RGB value is (3,135,171). Sum of RGB (Red+Green+Blue) = 3+135+171=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 135 (53.12% from 255 or 43.69% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #0387AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0387AB is #FC7854. Grayscale: #636363. Windows color (decimal): -16545877 or 11241219. OLE color: 11241219.

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

Color convert

RGB 3 135 171 -
CMYK 0.98 0.21 0 0.33
HSL 192.86º 0.97% 0.34% -
HSV(B) 192.86º 0.98% 0.67% -
XYZ 16.05 20.29 41.6 -
YUV 99.64 168.27 59.07 -
System Red Green Blue C M Y K H S L
Decimal 3 135 171 0.98 0.21 0 0.33 192.86 0.97 0.34
Hex 3 87 AB 62 15 0 21 C1 61 22
Octal 3 207 253 142 25 0 41 301 141 42
Binary 11 10000111 10101011 1100010 10101 0 100001 11000001 1100001 100010

Color Harmonies of #0387AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0387AB

Black with #0387AB

Text Example


Text Example

White with #0387AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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