Html Css Color HEX #038099 Eastern Blue

📋 copy color: '#038099'

red 3 ◦ green 128 ◦ blue 153

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

Shades of Eastern Blue #038099

Tints of Eastern Blue #038099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.87%

R = 1.06%
G = 45.07%
B = 53.87%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#038099 (or 0x038099) is known color: Eastern Blue. HEX triplet: 03, 80 and 99. RGB value is (3,128,153). Sum of RGB (Red+Green+Blue) = 3+128+153=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #038099 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038099 is #FC7F66. Grayscale: #5D5D5D. Windows color (decimal): -16547687 or 10059779. OLE color: 10059779.

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

Color convert

RGB 3 128 153 -
CMYK 0.98 0.16 0 0.4
HSL 190º 0.96% 0.31% -
HSV(B) 190º 0.98% 0.6% -
XYZ 13.51 17.76 32.85 -
YUV 93.48 161.59 63.47 -
System Red Green Blue C M Y K H S L
Decimal 3 128 153 0.98 0.16 0 0.4 190 0.96 0.31
Hex 3 80 99 62 10 0 28 BE 60 1F
Octal 3 200 231 142 20 0 50 276 140 37
Binary 11 10000000 10011001 1100010 10000 0 101000 10111110 1100000 11111

Color Harmonies of #038099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038099

Black with #038099

Text Example


Text Example

White with #038099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038099; }

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

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

background-color css

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

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

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

border-color css

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

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

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