Html Css Color HEX #03829E Eastern Blue

📋 copy color: '#03829E'

red 3 ◦ green 130 ◦ blue 158

#03829E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #03829E

Tints of Eastern Blue #03829E

RGB

 RED value IS 3 (1.56% from 255) = 1.03%

 GREEN value IS 130 (51.17% from 255) = 44.67%

 BLUE value IS 158 (62.11% from 255) = 54.3%

R = 1.03%
G = 44.67%
B = 54.3%

CMYK

 C value IS 0.98

 M value IS 0.18

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#03829E (or 0x03829E) is known color: Eastern Blue. HEX triplet: 03, 82 and 9E. RGB value is (3,130,158). Sum of RGB (Red+Green+Blue) = 3+130+158=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 158 (62.11% from 255 or 54.30% from 291); Max value from RGB is 158 - color contains mainly: blue. Hex color #03829E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03829E is #FC7D61. Grayscale: #5E5E5E. Windows color (decimal): -16547170 or 10387971. OLE color: 10387971.

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

Color convert

RGB 3 130 158 -
CMYK 0.98 0.18 0 0.38
HSL 190.84º 0.96% 0.32% -
HSV(B) 190.84º 0.98% 0.62% -
XYZ 14.19 18.45 35.16 -
YUV 95.22 163.42 62.22 -
System Red Green Blue C M Y K H S L
Decimal 3 130 158 0.98 0.18 0 0.38 190.84 0.96 0.32
Hex 3 82 9E 62 12 0 26 BF 60 20
Octal 3 202 236 142 22 0 46 277 140 40
Binary 11 10000010 10011110 1100010 10010 0 100110 10111111 1100000 100000

Color Harmonies of #03829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03829E

Black with #03829E

Text Example


Text Example

White with #03829E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03829E;
 }
 .AnyTagClassName
 {
   color: #03829E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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