#038EA2

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

Shades of Eastern Blue #038EA2

Tints of Eastern Blue #038EA2

Color information

#038EA2 (or 0x038EA2) is unknown color: approx Eastern Blue. HEX triplet: 03, 8E and A2. RGB value is (3,142,162). Sum of RGB (Red+Green+Blue) = 3+142+162=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 142 (55.86% from 255 or 46.25% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #038EA2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038EA2 is #FC715D. Grayscale: #666666. Windows color (decimal): -16544094 or 10653187. OLE color: 10653187.

HSL color Cylindrical-coordinate representation of color #038EA2: hue angle of 187.55º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038EA2 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3142162-
CMYK0.980.1200.36
HSL187.55º96.36%32.35%-
HSV(B)187.55º98.15%63.53%-
XYZ16.2321.9737.57-
YUV102.72161.4556.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.98%
GREEN value IS 142 (55.86% from 255) = 46.25%
BLUE value IS 162 (63.67% from 255) = 52.77%
R=0.98%
G=46.25%
B=52.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31421620.980.1200.36187.5596.3632.35
Hex38EA262C024bc6020
Octal32162421421404427414040
Binary111000111010100010110001011000100100101111001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038EA2; }

 p { color: rgb(3,142,162); }

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

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

 a { background-color: rgb(3,142,162); }

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

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

 span { border-color: rgb(3,142,162); }

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