#038496

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

Shades of Eastern Blue #038496

Tints of Eastern Blue #038496

Color information

#038496 (or 0x038496) is unknown color: approx Eastern Blue. HEX triplet: 03, 84 and 96. RGB value is (3,132,150). Sum of RGB (Red+Green+Blue) = 3+132+150=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 150 (58.98% from 255 or 52.63% from 285); Max value from RGB is 150 - color contains mainly: blue. Hex color #038496 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038496 is #FC7B69. Grayscale: #5F5F5F. Windows color (decimal): -16546666 or 9864195. OLE color: 9864195.

HSL color Cylindrical-coordinate representation of color #038496: hue angle of 187.35º 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 #038496 is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3132150-
CMYK0.980.1200.41
HSL187.35º96.08%30%-
HSV(B)187.35º98%58.82%-
XYZ13.7918.7231.74-
YUV95.48158.7662.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.05%
GREEN value IS 132 (51.95% from 255) = 46.32%
BLUE value IS 150 (58.98% from 255) = 52.63%
R=1.05%
G=46.32%
B=52.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31321500.980.1200.41187.3596.0830
Hex3849662C029bb601e
Octal32042261421405127314036
Binary11100001001001011011000101100010100110111011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038496; }

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

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

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

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

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

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

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

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