Html Css Color HEX #0387A4 Eastern Blue

📋 copy color: '#0387A4'

red 3 ◦ green 135 ◦ blue 164

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

Shades of Eastern Blue #0387A4

Tints of Eastern Blue #0387A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 54.3%

R = 0.99%
G = 44.7%
B = 54.3%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0387A4 (or 0x0387A4) is known color: Eastern Blue. HEX triplet: 03, 87 and A4. RGB value is (3,135,164). Sum of RGB (Red+Green+Blue) = 3+135+164=302 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 302); Green value is 135 (53.12% from 255 or 44.70% from 302); Blue value is 164 (64.45% from 255 or 54.30% from 302); Max value from RGB is 164 - color contains mainly: blue. Hex color #0387A4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0387A4 is #FC785B. Grayscale: #626262. Windows color (decimal): -16545884 or 10782467. OLE color: 10782467.

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

Color convert

RGB 3 135 164 -
CMYK 0.98 0.18 0 0.36
HSL 190.81º 0.96% 0.33% -
HSV(B) 190.81º 0.98% 0.64% -
XYZ 15.4 20.03 38.18 -
YUV 98.84 164.77 59.64 -
System Red Green Blue C M Y K H S L
Decimal 3 135 164 0.98 0.18 0 0.36 190.81 0.96 0.33
Hex 3 87 A4 62 12 0 24 BF 60 21
Octal 3 207 244 142 22 0 44 277 140 41
Binary 11 10000111 10100100 1100010 10010 0 100100 10111111 1100000 100001

Color Harmonies of #0387A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0387A4

Black with #0387A4

Text Example


Text Example

White with #0387A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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