Html Css Color HEX #028394 Eastern Blue

📋 copy color: '#028394'

red 2 ◦ green 131 ◦ blue 148

#028394
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eastern Blue #028394

Tints of Eastern Blue #028394

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.2% from 255) = 52.67%

R = 0.71%
G = 46.62%
B = 52.67%

CMYK

 C value IS 0.99

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#028394 (or 0x028394) is known color: 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

RGB 2 131 148 -
CMYK 0.99 0.11 0 0.42
HSL 186.99º 0.97% 0.29% -
HSV(B) 186.99º 0.99% 0.58% -
XYZ 13.49 18.38 30.85 -
YUV 94.37 158.26 62.12 -
System Red Green Blue C M Y K H S L
Decimal 2 131 148 0.99 0.11 0 0.42 186.99 0.97 0.29
Hex 2 83 94 63 B 0 2A BB 61 1D
Octal 2 203 224 143 13 0 52 273 141 35
Binary 10 10000011 10010100 1100011 1011 0 101010 10111011 1100001 11101

Color Harmonies of #028394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028394

Black with #028394

Text Example


Text Example

White with #028394

Text Example


Text Example

HTML Codes & Css Web 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>