Html Css Color HEX #288A89 Java

📋 copy color: '#288A89'

red 40 ◦ green 138 ◦ blue 137

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

Shades of Java #288A89

Tints of Java #288A89

RGB

 RED value IS 40 (16.02% from 255) = 12.7%

 GREEN value IS 138 (54.3% from 255) = 43.81%

 BLUE value IS 137 (53.91% from 255) = 43.49%

R = 12.7%
G = 43.81%
B = 43.49%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#288A89 (or 0x288A89) is known color: Java. HEX triplet: 28, 8A and 89. RGB value is (40,138,137). Sum of RGB (Red+Green+Blue) = 40+138+137=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 138 - color contains mainly: green. Hex color #288A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288A89 is #D77576. Grayscale: #6C6C6C. Windows color (decimal): -14120311 or 9013800. OLE color: 9013800.

HSL color Cylindrical-coordinate representation of color #288A89: hue angle of 179.39º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #288A89 is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 138 137 -
CMYK 0.71 0 0.01 0.46
HSL 179.39º 0.55% 0.35% -
HSV(B) 179.39º 0.71% 0.54% -
XYZ 14.48 20.43 26.85 -
YUV 108.58 144.03 79.08 -
System Red Green Blue C M Y K H S L
Decimal 40 138 137 0.71 0 0.01 0.46 179.39 0.55 0.35
Hex 28 8A 89 47 0 1 2E B3 37 23
Octal 50 212 211 107 0 1 56 263 67 43
Binary 101000 10001010 10001001 1000111 0 1 101110 10110011 110111 100011

Color Harmonies of #288A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #288A89

Black with #288A89

Text Example


Text Example

White with #288A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #288A89; }

 p { color: rgb(40,138,137); }

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

background-color css

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

 a { background-color: rgb(40,138,137); }

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

border-color css

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

 span { border-color: rgb(40,138,137); }

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