#03889C

Color #03889C Eastern Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eastern Blue #03889C

Tints of Eastern Blue #03889C

Color information

#03889C (or 0x03889C) is unknown color: approx Eastern Blue. HEX triplet: 03, 88 and 9C. RGB value is (3,136,156). Sum of RGB (Red+Green+Blue) = 3+136+156=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 136 (53.52% from 255 or 46.10% from 295); Blue value is 156 (61.33% from 255 or 52.88% from 295); Max value from RGB is 156 - color contains mainly: blue. Hex color #03889C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03889C is #FC7763. Grayscale: #626262. Windows color (decimal): -16545636 or 10258435. OLE color: 10258435.

HSL color Cylindrical-coordinate representation of color #03889C: hue angle of 187.84º 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 #03889C is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3136156-
CMYK0.980.1300.39
HSL187.84º96.23%31.18%-
HSV(B)187.84º98.08%61.18%-
XYZ14.8420.0334.54-
YUV98.51160.4459.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.02%
GREEN value IS 136 (53.52% from 255) = 46.10%
BLUE value IS 156 (61.33% from 255) = 52.88%
R=1.02%
G=46.10%
B=52.88%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31361560.980.1300.39187.8496.2331.18
Hex3889C62D027bc601f
Octal32102341421504727414037
Binary11100010001001110011000101101010011110111100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03889C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03889C; }

 p { color: rgb(3,136,156); }

 H1.HeaderClassName
 {
   color: #03889C;
 }
 .AnyTagClassName
 {
   color: #03889C;
 }
</style>
background-color css

<style>
 a { background-color: #03889C; }

 a { background-color: rgb(3,136,156); }

 div.DivClassName
 {
   background-color: #03889C;
 }
 .BgClassName
 {
   background-color: #03889C;
 }
</style>
border-color css

<style>
 span { border-color: #03889C; }

 span { border-color: rgb(3,136,156); }

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