#038996

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

Shades of Eastern Blue #038996

Tints of Eastern Blue #038996

Color information

#038996 (or 0x038996) is unknown color: approx Eastern Blue. HEX triplet: 03, 89 and 96. RGB value is (3,137,150). Sum of RGB (Red+Green+Blue) = 3+137+150=290 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 150 (58.98% from 255 or 51.72% from 290); Max value from RGB is 150 - color contains mainly: blue. Hex color #038996 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038996 is #FC7669. Grayscale: #626262. Windows color (decimal): -16545386 or 9865475. OLE color: 9865475.

HSL color Cylindrical-coordinate representation of color #038996: hue angle of 185.31º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038996 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3137150-
CMYK0.980.0900.41
HSL185.31º96.08%30%-
HSV(B)185.31º98%58.82%-
XYZ14.4920.1131.97-
YUV98.42157.1159.94-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.03%
GREEN value IS 137 (53.91% from 255) = 47.24%
BLUE value IS 150 (58.98% from 255) = 51.72%
R=1.03%
G=47.24%
B=51.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31371500.980.0900.41185.3196.0830
Hex38996629029b9601e
Octal32112261421105127114036
Binary11100010011001011011000101001010100110111001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038996; }

 p { color: rgb(3,137,150); }

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

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

 a { background-color: rgb(3,137,150); }

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

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

 span { border-color: rgb(3,137,150); }

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