Html Css Color HEX #028298 Eastern Blue

📋 copy color: '#028298'

red 2 ◦ green 130 ◦ blue 152

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

Shades of Eastern Blue #028298

Tints of Eastern Blue #028298

RGB

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

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

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

R = 0.7%
G = 45.77%
B = 53.52%

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

#028298 (or 0x028298) is known color: Eastern Blue. HEX triplet: 02, 82 and 98. RGB value is (2,130,152). Sum of RGB (Red+Green+Blue) = 2+130+152=284 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #028298 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028298 is #FD7D67. Grayscale: #5E5E5E. Windows color (decimal): -16612712 or 9994754. OLE color: 9994754.

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

Color convert

RGB 2 130 152 -
CMYK 0.99 0.14 0 0.40
HSL 188.8º 0.97% 0.3% -
HSV(B) 188.8º 0.99% 0.6% -
XYZ 13.68 18.25 32.51 -
YUV 94.24 160.59 62.21 -
System Red Green Blue C M Y K H S L
Decimal 2 130 152 0.99 0.14 0 0.40 188.8 0.97 0.3
Hex 2 82 98 63 E 0 28 BD 61 1E
Octal 2 202 230 143 16 0 50 275 141 36
Binary 10 10000010 10011000 1100011 1110 0 101000 10111101 1100001 11110

Color Harmonies of #028298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028298

Black with #028298

Text Example


Text Example

White with #028298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028298; }

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

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

background-color css

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

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

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

border-color css

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

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

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