#038296

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

Shades of Eastern Blue #038296

Tints of Eastern Blue #038296

Color information

#038296 (or 0x038296) is unknown color: approx Eastern Blue. HEX triplet: 03, 82 and 96. RGB value is (3,130,150). Sum of RGB (Red+Green+Blue) = 3+130+150=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #038296 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #038296 is #FC7D69. Grayscale: #5E5E5E. Windows color (decimal): -16547178 or 9863683. OLE color: 9863683.

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

Color convert

RGB3130150-
CMYK0.980.1300.41
HSL188.16º96.08%30%-
HSV(B)188.16º98%58.82%-
XYZ13.5318.1931.65-
YUV94.31159.4262.87-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.06%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 150 (58.98% from 255) = 53.00%
R=1.06%
G=45.94%
B=53.00%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31301500.980.1300.41188.1696.0830
Hex3829662D029bc601e
Octal32022261421505127414036
Binary11100000101001011011000101101010100110111100110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038296; }

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

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

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

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

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

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

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

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