Html Css Color HEX #028297 Eastern Blue

📋 copy color: '#028297'

red 2 ◦ green 130 ◦ blue 151

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

Shades of Eastern Blue #028297

Tints of Eastern Blue #028297

RGB

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

 GREEN value IS 130 (51.17% from 255) = 45.94%

 BLUE value IS 151 (59.38% from 255) = 53.36%

R = 0.71%
G = 45.94%
B = 53.36%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#028297 (or 0x028297) is known color: Eastern Blue. HEX triplet: 02, 82 and 97. RGB value is (2,130,151). Sum of RGB (Red+Green+Blue) = 2+130+151=283 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #028297 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028297 is #FD7D68. Grayscale: #5D5D5D. Windows color (decimal): -16612713 or 9929218. OLE color: 9929218.

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

Color convert

RGB 2 130 151 -
CMYK 0.99 0.14 0 0.41
HSL 188.46º 0.97% 0.3% -
HSV(B) 188.46º 0.99% 0.59% -
XYZ 13.59 18.21 32.08 -
YUV 94.12 160.09 62.29 -
System Red Green Blue C M Y K H S L
Decimal 2 130 151 0.99 0.14 0 0.41 188.46 0.97 0.3
Hex 2 82 97 63 E 0 29 BC 61 1E
Octal 2 202 227 143 16 0 51 274 141 36
Binary 10 10000010 10010111 1100011 1110 0 101001 10111100 1100001 11110

Color Harmonies of #028297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028297

Black with #028297

Text Example


Text Example

White with #028297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028297; }

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

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

background-color css

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

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

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

border-color css

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

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

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