#028394

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

Shades of Eastern Blue #028394

Tints of Eastern Blue #028394

Color information

#028394 (or 0x028394) is unknown color: approx Eastern Blue. HEX triplet: 02, 83 and 94. RGB value is (2,131,148). Sum of RGB (Red+Green+Blue) = 2+131+148=281 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #028394 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028394 is #FD7C6B. Grayscale: #5E5E5E. Windows color (decimal): -16612460 or 9732866. OLE color: 9732866.

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

Color convert

RGB2131148-
CMYK0.990.1100.42
HSL186.99º97.33%29.41%-
HSV(B)186.99º98.65%58.04%-
XYZ13.4918.3830.85-
YUV94.37158.2662.12-

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.62%
BLUE value IS 148 (58.20% from 255) = 52.67%
R=0.71%
G=46.62%
B=52.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21311480.990.1100.42186.9997.3329.41
Hex2839463B02Abb611d
Octal22032241431305227314135
Binary10100000111001010011000111011010101010111011110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028394; }

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

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

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

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

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

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

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

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