#038E9C

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

Shades of Eastern Blue #038E9C

Tints of Eastern Blue #038E9C

Color information

#038E9C (or 0x038E9C) is unknown color: approx Eastern Blue. HEX triplet: 03, 8E and 9C. RGB value is (3,142,156). Sum of RGB (Red+Green+Blue) = 3+142+156=301 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.00% from 301); Green value is 142 (55.86% from 255 or 47.18% from 301); Blue value is 156 (61.33% from 255 or 51.83% from 301); Max value from RGB is 156 - color contains mainly: blue. Hex color #038E9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038E9C is #FC7163. Grayscale: #656565. Windows color (decimal): -16544100 or 10259971. OLE color: 10259971.

HSL color Cylindrical-coordinate representation of color #038E9C: hue angle of 185.49º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038E9C is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3142156-
CMYK0.980.0900.39
HSL185.49º96.23%31.18%-
HSV(B)185.49º98.08%61.18%-
XYZ15.7121.7734.83-
YUV102.04158.4557.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.00%
GREEN value IS 142 (55.86% from 255) = 47.18%
BLUE value IS 156 (61.33% from 255) = 51.83%
R=1.00%
G=47.18%
B=51.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31421560.980.0900.39185.4996.2331.18
Hex38E9C629027b9601f
Octal32162341421104727114037
Binary11100011101001110011000101001010011110111001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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