Html Css Color HEX #028393 Eastern Blue

📋 copy color: '#028393'

red 2 ◦ green 131 ◦ blue 147

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

Shades of Eastern Blue #028393

Tints of Eastern Blue #028393

RGB

 RED value IS 2 (1.17% from 255) = 0.71%

 GREEN value IS 131 (51.56% from 255) = 46.79%

 BLUE value IS 147 (57.81% from 255) = 52.5%

R = 0.71%
G = 46.79%
B = 52.5%

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

#028393 (or 0x028393) is known color: Eastern Blue. HEX triplet: 02, 83 and 93. RGB value is (2,131,147). Sum of RGB (Red+Green+Blue) = 2+131+147=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 131 (51.56% from 255 or 46.79% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #028393 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028393 is #FD7C6C. Grayscale: #5E5E5E. Windows color (decimal): -16612461 or 9667330. OLE color: 9667330.

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

Color convert

RGB 2 131 147 -
CMYK 0.99 0.11 0 0.42
HSL 186.62º 0.97% 0.29% -
HSV(B) 186.62º 0.99% 0.58% -
XYZ 13.41 18.35 30.44 -
YUV 94.25 157.76 62.2 -
System Red Green Blue C M Y K H S L
Decimal 2 131 147 0.99 0.11 0 0.42 186.62 0.97 0.29
Hex 2 83 93 63 B 0 2A BB 61 1D
Octal 2 203 223 143 13 0 52 273 141 35
Binary 10 10000011 10010011 1100011 1011 0 101010 10111011 1100001 11101

Color Harmonies of #028393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028393

Black with #028393

Text Example


Text Example

White with #028393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028393; }

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

 H1.HeaderClassName
 {
   color: #028393;
 }
 .AnyTagClassName
 {
   color: #028393;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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