#03849e

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

Shades of Eastern Blue #03849E

Tints of Eastern Blue #03849E

Color information

#03849E (or 0x03849E) is unknown color: approx Eastern Blue. HEX triplet: 03, 84 and 9E. RGB value is (3,132,158). Sum of RGB (Red+Green+Blue) = 3+132+158=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 132 (51.95% from 255 or 45.05% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #03849E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03849E is #FC7B61. Grayscale: #606060. Windows color (decimal): -16546658 or 10388483. OLE color: 10388483.

HSL color Cylindrical-coordinate representation of color #03849E: hue angle of 190.06º 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 #03849E is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3132158-
CMYK0.980.1600.38
HSL190.06º96.27%31.57%-
HSV(B)190.06º98.1%61.96%-
XYZ14.4618.9935.25-
YUV96.39162.7661.39-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.02%
GREEN value IS 132 (51.95% from 255) = 45.05%
BLUE value IS 158 (62.11% from 255) = 53.92%
R=1.02%
G=45.05%
B=53.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal31321580.980.1600.38190.0696.2731.57
Hex3849E6210026be6020
Octal32042361422004627614040
Binary1110000100100111101100010100000100110101111101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03849e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03849e; }

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

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

<style>
 a { background-color: #03849e; }

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

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

<style>
 span { border-color: #03849e; }

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

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