Html Css Color HEX #028BA3 Eastern Blue

📋 copy color: '#028BA3'

red 2 ◦ green 139 ◦ blue 163

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

Shades of Eastern Blue #028BA3

Tints of Eastern Blue #028BA3

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.72%

 BLUE value IS 163 (64.06% from 255) = 53.62%

R = 0.66%
G = 45.72%
B = 53.62%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#028BA3 (or 0x028BA3) is known color: Eastern Blue. HEX triplet: 02, 8B and A3. RGB value is (2,139,163). Sum of RGB (Red+Green+Blue) = 2+139+163=304 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 163 (64.06% from 255 or 53.62% from 304); Max value from RGB is 163 - color contains mainly: blue. Hex color #028BA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #028BA3 is #FD745C. Grayscale: #646464. Windows color (decimal): -16610397 or 10717954. OLE color: 10717954.

HSL color Cylindrical-coordinate representation of color #028BA3: hue angle of 188.94º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028BA3 is Cyan = 0.99, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 2 139 163 -
CMYK 0.99 0.15 0 0.36
HSL 188.94º 0.98% 0.32% -
HSV(B) 188.94º 0.99% 0.64% -
XYZ 15.87 21.12 37.89 -
YUV 100.77 163.11 57.55 -
System Red Green Blue C M Y K H S L
Decimal 2 139 163 0.99 0.15 0 0.36 188.94 0.98 0.32
Hex 2 8B A3 63 F 0 24 BD 62 20
Octal 2 213 243 143 17 0 44 275 142 40
Binary 10 10001011 10100011 1100011 1111 0 100100 10111101 1100010 100000

Color Harmonies of #028BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028BA3

Black with #028BA3

Text Example


Text Example

White with #028BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028BA3; }

 p { color: rgb(2,139,163); }

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

background-color css

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

 a { background-color: rgb(2,139,163); }

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

border-color css

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

 span { border-color: rgb(2,139,163); }

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