Html Css Color HEX #03879B Eastern Blue

📋 copy color: '#03879B'

red 3 ◦ green 135 ◦ blue 155

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

Shades of Eastern Blue #03879B

Tints of Eastern Blue #03879B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.9%

R = 1.02%
G = 46.08%
B = 52.9%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#03879B (or 0x03879B) is known color: Eastern Blue. HEX triplet: 03, 87 and 9B. RGB value is (3,135,155). Sum of RGB (Red+Green+Blue) = 3+135+155=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 155 (60.94% from 255 or 52.90% from 293); Max value from RGB is 155 - color contains mainly: blue. Hex color #03879B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03879B is #FC7864. Grayscale: #616161. Windows color (decimal): -16545893 or 10192643. OLE color: 10192643.

HSL color Cylindrical-coordinate representation of color #03879B: hue angle of 187.89º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03879B is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 3 135 155 -
CMYK 0.98 0.13 0 0.39
HSL 187.89º 0.96% 0.31% -
HSV(B) 187.89º 0.98% 0.61% -
XYZ 14.62 19.71 34.05 -
YUV 97.81 160.27 60.37 -
System Red Green Blue C M Y K H S L
Decimal 3 135 155 0.98 0.13 0 0.39 187.89 0.96 0.31
Hex 3 87 9B 62 D 0 27 BC 60 1F
Octal 3 207 233 142 15 0 47 274 140 37
Binary 11 10000111 10011011 1100010 1101 0 100111 10111100 1100000 11111

Color Harmonies of #03879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03879B

Black with #03879B

Text Example


Text Example

White with #03879B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03879B; }

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

 H1.HeaderClassName
 {
   color: #03879B;
 }
 .AnyTagClassName
 {
   color: #03879B;
 }
</style>

background-color css

<style>
 a { background-color: #03879B; }

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

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

border-color css

<style>
 span { border-color: #03879B; }

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

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