Html Css Color HEX #0387A3 Eastern Blue

📋 copy color: '#0387A3'

red 3 ◦ green 135 ◦ blue 163

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

Shades of Eastern Blue #0387A3

Tints of Eastern Blue #0387A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 54.15%

R = 1%
G = 44.85%
B = 54.15%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0387A3 (or 0x0387A3) is known color: 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

RGB 3 135 163 -
CMYK 0.98 0.17 0 0.36
HSL 190.5º 0.96% 0.33% -
HSV(B) 190.5º 0.98% 0.64% -
XYZ 15.31 19.99 37.7 -
YUV 98.72 164.27 59.72 -
System Red Green Blue C M Y K H S L
Decimal 3 135 163 0.98 0.17 0 0.36 190.5 0.96 0.33
Hex 3 87 A3 62 11 0 24 BE 60 21
Octal 3 207 243 142 21 0 44 276 140 41
Binary 11 10000111 10100011 1100010 10001 0 100100 10111110 1100000 100001

Color Harmonies of #0387A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0387A3

Black with #0387A3

Text Example


Text Example

White with #0387A3

Text Example


Text Example

HTML Codes & Css Web 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>