#038E9B

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

Shades of Eastern Blue #038E9B

Tints of Eastern Blue #038E9B

Color information

#038E9B (or 0x038E9B) is unknown color: approx Eastern Blue. HEX triplet: 03, 8E and 9B. RGB value is (3,142,155). Sum of RGB (Red+Green+Blue) = 3+142+155=300 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1% from 300); Green value is 142 (55.86% from 255 or 47.33% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #038E9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038E9B is #FC7164. Grayscale: #656565. Windows color (decimal): -16544101 or 10194435. OLE color: 10194435.

HSL color Cylindrical-coordinate representation of color #038E9B: hue angle of 185.13º 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 #038E9B is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3142155-
CMYK0.980.0800.39
HSL185.13º96.2%30.98%-
HSV(B)185.13º98.06%60.78%-
XYZ15.6321.7334.38-
YUV101.92157.9557.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1%
GREEN value IS 142 (55.86% from 255) = 47.33%
BLUE value IS 155 (60.94% from 255) = 51.67%
R=1%
G=47.33%
B=51.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31421550.980.0800.39185.1396.230.98
Hex38E9B628027b9601f
Octal32162331421004727114037
Binary11100011101001101111000101000010011110111001110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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