#03849D

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

Shades of Eastern Blue #03849D

Tints of Eastern Blue #03849D

Color information

#03849D (or 0x03849D) is unknown color: approx Eastern Blue. HEX triplet: 03, 84 and 9D. RGB value is (3,132,157). Sum of RGB (Red+Green+Blue) = 3+132+157=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 132 (51.95% from 255 or 45.21% from 292); Blue value is 157 (61.72% from 255 or 53.77% from 292); Max value from RGB is 157 - color contains mainly: blue. Hex color #03849D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03849D is #FC7B62. Grayscale: #606060. Windows color (decimal): -16546659 or 10322947. OLE color: 10322947.

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

Color convert

RGB3132157-
CMYK0.980.1600.38
HSL189.74º96.25%31.37%-
HSV(B)189.74º98.09%61.57%-
XYZ14.3718.9634.8-
YUV96.28162.2661.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.03%
GREEN value IS 132 (51.95% from 255) = 45.21%
BLUE value IS 157 (61.72% from 255) = 53.77%
R=1.03%
G=45.21%
B=53.77%

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
Decimal31321570.980.1600.38189.7496.2531.37
Hex3849D6210026be601f
Octal32042351422004627614037
Binary111000010010011101110001010000010011010111110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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