#028397

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

Shades of Eastern Blue #028397

Tints of Eastern Blue #028397

Color information

#028397 (or 0x028397) is unknown color: approx Eastern Blue. HEX triplet: 02, 83 and 97. RGB value is (2,131,151). Sum of RGB (Red+Green+Blue) = 2+131+151=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #028397 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028397 is #FD7C68. Grayscale: #5E5E5E. Windows color (decimal): -16612457 or 9929474. OLE color: 9929474.

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

Color convert

RGB2131151-
CMYK0.990.1300.41
HSL188.05º97.39%30%-
HSV(B)188.05º98.68%59.22%-
XYZ13.7318.4832.12-
YUV94.71159.7661.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.70%
GREEN value IS 131 (51.56% from 255) = 46.13%
BLUE value IS 151 (59.38% from 255) = 53.17%
R=0.70%
G=46.13%
B=53.17%

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
Decimal21311510.990.1300.41188.0597.3930
Hex2839763D029bc611e
Octal22032271431505127414136
Binary10100000111001011111000111101010100110111100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028397; }

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

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

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

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

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

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

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

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