#02889E

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

Shades of Eastern Blue #02889E

Tints of Eastern Blue #02889E

Color information

#02889E (or 0x02889E) is unknown color: approx Eastern Blue. HEX triplet: 02, 88 and 9E. RGB value is (2,136,158). Sum of RGB (Red+Green+Blue) = 2+136+158=296 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 158 (62.11% from 255 or 53.38% from 296); Max value from RGB is 158 - color contains mainly: blue. Hex color #02889E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02889E is #FD7761. Grayscale: #626262. Windows color (decimal): -16611170 or 10389506. OLE color: 10389506.

HSL color Cylindrical-coordinate representation of color #02889E: hue angle of 188.46º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02889E is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2136158-
CMYK0.990.1400.38
HSL188.46º97.5%31.37%-
HSV(B)188.46º98.73%61.96%-
XYZ1520.0935.43-
YUV98.44161.6159.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.68%
GREEN value IS 136 (53.52% from 255) = 45.95%
BLUE value IS 158 (62.11% from 255) = 53.38%
R=0.68%
G=45.95%
B=53.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal21361580.990.1400.38188.4697.531.37
Hex2889E63E026bc621f
Octal22102361431604627414237
Binary10100010001001111011000111110010011010111100110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02889E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02889E; }

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

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

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

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

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

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

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

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