#028497

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

Shades of Eastern Blue #028497

Tints of Eastern Blue #028497

Color information

#028497 (or 0x028497) is unknown color: approx Eastern Blue. HEX triplet: 02, 84 and 97. RGB value is (2,132,151). Sum of RGB (Red+Green+Blue) = 2+132+151=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 132 (51.95% from 255 or 46.32% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #028497 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028497 is #FD7B68. Grayscale: #5F5F5F. Windows color (decimal): -16612201 or 9929730. OLE color: 9929730.

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

Color convert

RGB2132151-
CMYK0.990.1300.41
HSL187.65º97.39%30%-
HSV(B)187.65º98.68%59.22%-
XYZ13.8618.7532.17-
YUV95.3159.4361.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 132 (51.95% from 255) = 46.32%
BLUE value IS 151 (59.38% from 255) = 52.98%
R=0.70%
G=46.32%
B=52.98%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal21321510.990.1300.41187.6597.3930
Hex2849763D029bc611e
Octal22042271431505127414136
Binary10100001001001011111000111101010100110111100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028497; }

 p { color: rgb(2,132,151); }

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

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

 a { background-color: rgb(2,132,151); }

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

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

 span { border-color: rgb(2,132,151); }

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