#03819C

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

Shades of Eastern Blue #03819C

Tints of Eastern Blue #03819C

Color information

#03819C (or 0x03819C) is unknown color: approx Eastern Blue. HEX triplet: 03, 81 and 9C. RGB value is (3,129,156). Sum of RGB (Red+Green+Blue) = 3+129+156=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 129 (50.78% from 255 or 44.79% from 288); Blue value is 156 (61.33% from 255 or 54.17% from 288); Max value from RGB is 156 - color contains mainly: blue. Hex color #03819C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03819C is #FC7E63. Grayscale: #5E5E5E. Windows color (decimal): -16547428 or 10256643. OLE color: 10256643.

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

Color convert

RGB3129156-
CMYK0.980.1700.39
HSL190.59º96.23%31.18%-
HSV(B)190.59º98.08%61.18%-
XYZ13.8918.1234.22-
YUV94.4162.7662.8-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.04%
GREEN value IS 129 (50.78% from 255) = 44.79%
BLUE value IS 156 (61.33% from 255) = 54.17%
R=1.04%
G=44.79%
B=54.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31291560.980.1700.39190.5996.2331.18
Hex3819C6211027bf601f
Octal32012341422104727714037
Binary111000000110011100110001010001010011110111111110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03819C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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