#028395

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

Shades of Eastern Blue #028395

Tints of Eastern Blue #028395

Color information

#028395 (or 0x028395) is unknown color: approx Eastern Blue. HEX triplet: 02, 83 and 95. RGB value is (2,131,149). Sum of RGB (Red+Green+Blue) = 2+131+149=282 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #028395 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028395 is #FD7C6A. Grayscale: #5E5E5E. Windows color (decimal): -16612459 or 9798402. OLE color: 9798402.

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

Color convert

RGB2131149-
CMYK0.990.1200.42
HSL187.35º97.35%29.61%-
HSV(B)187.35º98.66%58.43%-
XYZ13.5718.4231.27-
YUV94.48158.7662.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.71%
GREEN value IS 131 (51.56% from 255) = 46.45%
BLUE value IS 149 (58.59% from 255) = 52.84%
R=0.71%
G=46.45%
B=52.84%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21311490.990.1200.42187.3597.3529.61
Hex2839563C02Abb611e
Octal22032251431405227314136
Binary10100000111001010111000111100010101010111011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028395; }

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

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

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

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

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

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

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

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