#03899E

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

Shades of Eastern Blue #03899E

Tints of Eastern Blue #03899E

Color information

#03899E (or 0x03899E) is unknown color: approx Eastern Blue. HEX triplet: 03, 89 and 9E. RGB value is (3,137,158). Sum of RGB (Red+Green+Blue) = 3+137+158=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 158 (62.11% from 255 or 53.02% from 298); Max value from RGB is 158 - color contains mainly: blue. Hex color #03899E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03899E is #FC7661. Grayscale: #636363. Windows color (decimal): -16545378 or 10389763. OLE color: 10389763.

HSL color Cylindrical-coordinate representation of color #03899E: hue angle of 188.13º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03899E is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3137158-
CMYK0.980.1300.38
HSL188.13º96.27%31.57%-
HSV(B)188.13º98.1%61.96%-
XYZ15.1520.3835.48-
YUV99.33161.1159.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.01%
GREEN value IS 137 (53.91% from 255) = 45.97%
BLUE value IS 158 (62.11% from 255) = 53.02%
R=1.01%
G=45.97%
B=53.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal31371580.980.1300.38188.1396.2731.57
Hex3899E62D026bc6020
Octal32112361421504627414040
Binary111000100110011110110001011010100110101111001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03899E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03899E; }

 p { color: rgb(3,137,158); }

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

<style>
 a { background-color: #03899E; }

 a { background-color: rgb(3,137,158); }

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

<style>
 span { border-color: #03899E; }

 span { border-color: rgb(3,137,158); }

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