Html Css Color HEX #03809A Eastern Blue

📋 copy color: '#03809A'

red 3 ◦ green 128 ◦ blue 154

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

Shades of Eastern Blue #03809A

Tints of Eastern Blue #03809A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 44.91%

 BLUE value IS 154 (60.55% from 255) = 54.04%

R = 1.05%
G = 44.91%
B = 54.04%

CMYK

 C value IS 0.98

 M value IS 0.17

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#03809A (or 0x03809A) is known color: Eastern Blue. HEX triplet: 03, 80 and 9A. RGB value is (3,128,154). Sum of RGB (Red+Green+Blue) = 3+128+154=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 128 (50.39% from 255 or 44.91% from 285); Blue value is 154 (60.55% from 255 or 54.04% from 285); Max value from RGB is 154 - color contains mainly: blue. Hex color #03809A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03809A is #FC7F65. Grayscale: #5D5D5D. Windows color (decimal): -16547686 or 10125315. OLE color: 10125315.

HSL color Cylindrical-coordinate representation of color #03809A: hue angle of 190.33º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03809A is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 3 128 154 -
CMYK 0.98 0.17 0 0.40
HSL 190.33º 0.96% 0.31% -
HSV(B) 190.33º 0.98% 0.6% -
XYZ 13.59 17.79 33.29 -
YUV 93.59 162.09 63.39 -
System Red Green Blue C M Y K H S L
Decimal 3 128 154 0.98 0.17 0 0.40 190.33 0.96 0.31
Hex 3 80 9A 62 11 0 28 BE 60 1F
Octal 3 200 232 142 21 0 50 276 140 37
Binary 11 10000000 10011010 1100010 10001 0 101000 10111110 1100000 11111

Color Harmonies of #03809A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03809A

Black with #03809A

Text Example


Text Example

White with #03809A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03809A; }

 p { color: rgb(3,128,154); }

 H1.HeaderClassName
 {
   color: #03809A;
 }
 .AnyTagClassName
 {
   color: #03809A;
 }
</style>

background-color css

<style>
 a { background-color: #03809A; }

 a { background-color: rgb(3,128,154); }

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

border-color css

<style>
 span { border-color: #03809A; }

 span { border-color: rgb(3,128,154); }

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