#038196

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

Shades of Eastern Blue #038196

Tints of Eastern Blue #038196

Color information

#038196 (or 0x038196) is unknown color: approx Eastern Blue. HEX triplet: 03, 81 and 96. RGB value is (3,129,150). Sum of RGB (Red+Green+Blue) = 3+129+150=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #038196 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038196 is #FC7E69. Grayscale: #5D5D5D. Windows color (decimal): -16547434 or 9863427. OLE color: 9863427.

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

Color convert

RGB3129150-
CMYK0.980.1400.41
HSL188.57º96.08%30%-
HSV(B)188.57º98%58.82%-
XYZ13.3917.9231.61-
YUV93.72159.7663.29-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.06%
GREEN value IS 129 (50.78% from 255) = 45.74%
BLUE value IS 150 (58.98% from 255) = 53.19%
R=1.06%
G=45.74%
B=53.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31291500.980.1400.41188.5796.0830
Hex3819662E029bd601e
Octal32012261421605127514036
Binary11100000011001011011000101110010100110111101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038196; }

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

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

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

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

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

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

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

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