#038EA4

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

Shades of Eastern Blue #038EA4

Tints of Eastern Blue #038EA4

Color information

#038EA4 (or 0x038EA4) is unknown color: approx Eastern Blue. HEX triplet: 03, 8E and A4. RGB value is (3,142,164). Sum of RGB (Red+Green+Blue) = 3+142+164=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 164 (64.45% from 255 or 53.07% from 309); Max value from RGB is 164 - color contains mainly: blue. Hex color #038EA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038EA4 is #FC715B. Grayscale: #666666. Windows color (decimal): -16544092 or 10784259. OLE color: 10784259.

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

Color convert

RGB3142164-
CMYK0.980.1300.36
HSL188.2º96.41%32.75%-
HSV(B)188.2º98.17%64.31%-
XYZ16.4122.0538.51-
YUV102.95162.4556.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.97%
GREEN value IS 142 (55.86% from 255) = 45.95%
BLUE value IS 164 (64.45% from 255) = 53.07%
R=0.97%
G=45.95%
B=53.07%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal31421640.980.1300.36188.296.4132.75
Hex38EA462D024bc6021
Octal32162441421504427414041
Binary111000111010100100110001011010100100101111001100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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