#028298

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

Shades of Eastern Blue #028298

Tints of Eastern Blue #028298

Color information

#028298 (or 0x028298) is unknown color: approx Eastern Blue. HEX triplet: 02, 82 and 98. RGB value is (2,130,152). Sum of RGB (Red+Green+Blue) = 2+130+152=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #028298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028298 is #FD7D67. Grayscale: #5E5E5E. Windows color (decimal): -16612712 or 9994754. OLE color: 9994754.

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

Color convert

RGB2130152-
CMYK0.990.1400.40
HSL188.8º97.4%30.2%-
HSV(B)188.8º98.68%59.61%-
XYZ13.6818.2532.51-
YUV94.24160.5962.21-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 130 (51.17% from 255) = 45.77%
BLUE value IS 152 (59.77% from 255) = 53.52%
R=0.70%
G=45.77%
B=53.52%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal21301520.990.1400.40188.897.430.2
Hex2829863E028bd611e
Octal22022301431605027514136
Binary10100000101001100011000111110010100010111101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028298; }

 p { color: rgb(2,130,152); }

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

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

 a { background-color: rgb(2,130,152); }

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

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

 span { border-color: rgb(2,130,152); }

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