#028896

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

Shades of Eastern Blue #028896

Tints of Eastern Blue #028896

Color information

#028896 (or 0x028896) is unknown color: approx Eastern Blue. HEX triplet: 02, 88 and 96. RGB value is (2,136,150). Sum of RGB (Red+Green+Blue) = 2+136+150=288 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 288); Green value is 136 (53.52% from 255 or 47.22% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #028896 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028896 is #FD7769. Grayscale: #616161. Windows color (decimal): -16611178 or 9865218. OLE color: 9865218.

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

Color convert

RGB2136150-
CMYK0.990.0900.41
HSL185.68º97.37%29.8%-
HSV(B)185.68º98.67%58.82%-
XYZ14.3319.8231.92-
YUV97.53157.6159.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.69%
GREEN value IS 136 (53.52% from 255) = 47.22%
BLUE value IS 150 (58.98% from 255) = 52.08%
R=0.69%
G=47.22%
B=52.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21361500.990.0900.41185.6897.3729.8
Hex28896639029ba611e
Octal22102261431105127214136
Binary10100010001001011011000111001010100110111010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028896; }

 p { color: rgb(2,136,150); }

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

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

 a { background-color: rgb(2,136,150); }

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

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

 span { border-color: rgb(2,136,150); }

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