#028BA3

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

Shades of Eastern Blue #028BA3

Tints of Eastern Blue #028BA3

Color information

#028BA3 (or 0x028BA3) is unknown color: approx Eastern Blue. HEX triplet: 02, 8B and A3. RGB value is (2,139,163). Sum of RGB (Red+Green+Blue) = 2+139+163=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 163 (64.06% from 255 or 53.62% from 304); Max value from RGB is 163 - color contains mainly: blue. Hex color #028BA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028BA3 is #FD745C. Grayscale: #646464. Windows color (decimal): -16610397 or 10717954. OLE color: 10717954.

HSL color Cylindrical-coordinate representation of color #028BA3: hue angle of 188.94º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028BA3 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2139163-
CMYK0.990.1500.36
HSL188.94º97.58%32.35%-
HSV(B)188.94º98.77%63.92%-
XYZ15.8721.1237.89-
YUV100.77163.1157.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.66%
GREEN value IS 139 (54.69% from 255) = 45.72%
BLUE value IS 163 (64.06% from 255) = 53.62%
R=0.66%
G=45.72%
B=53.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21391630.990.1500.36188.9497.5832.35
Hex28BA363F024bd6220
Octal22132431431704427514240
Binary101000101110100011110001111110100100101111011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028BA3; }

 p { color: rgb(2,139,163); }

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

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

 a { background-color: rgb(2,139,163); }

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

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

 span { border-color: rgb(2,139,163); }

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