Html Css Color HEX #028398 Eastern Blue

📋 copy color: '#028398'

red 2 ◦ green 131 ◦ blue 152

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

Shades of Eastern Blue #028398

Tints of Eastern Blue #028398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.33%

R = 0.7%
G = 45.96%
B = 53.33%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#028398 (or 0x028398) is known color: Eastern Blue. HEX triplet: 02, 83 and 98. RGB value is (2,131,152). Sum of RGB (Red+Green+Blue) = 2+131+152=285 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #028398 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028398 is #FD7C67. Grayscale: #5E5E5E. Windows color (decimal): -16612456 or 9995010. OLE color: 9995010.

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

Color convert

RGB 2 131 152 -
CMYK 0.99 0.14 0 0.40
HSL 188.4º 0.97% 0.3% -
HSV(B) 188.4º 0.99% 0.6% -
XYZ 13.81 18.51 32.55 -
YUV 94.82 160.26 61.79 -
System Red Green Blue C M Y K H S L
Decimal 2 131 152 0.99 0.14 0 0.40 188.4 0.97 0.3
Hex 2 83 98 63 E 0 28 BC 61 1E
Octal 2 203 230 143 16 0 50 274 141 36
Binary 10 10000011 10011000 1100011 1110 0 101000 10111100 1100001 11110

Color Harmonies of #028398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028398

Black with #028398

Text Example


Text Example

White with #028398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028398; }

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

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

background-color css

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

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

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

border-color css

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

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

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