#288D95

Color #288D95 Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #288D95

Tints of Java #288D95

Color information

#288D95 (or 0x288D95) is unknown color: approx Java. HEX triplet: 28, 8D and 95. RGB value is (40,141,149). Sum of RGB (Red+Green+Blue) = 40+141+149=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 141 (55.47% from 255 or 42.73% from 330); Blue value is 149 (58.59% from 255 or 45.15% from 330); Max value from RGB is 149 - color contains mainly: blue. Hex color #288D95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288D95 is #D7726A. Grayscale: #6F6F6F. Windows color (decimal): -14119531 or 9801000. OLE color: 9801000.

HSL color Cylindrical-coordinate representation of color #288D95: hue angle of 184.4º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #288D95 is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB40141149-
CMYK0.730.0500.42
HSL184.4º57.67%37.06%-
HSV(B)184.4º73.15%58.43%-
XYZ15.8221.6731.78-
YUV111.71149.0476.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.12%
GREEN value IS 141 (55.47% from 255) = 42.73%
BLUE value IS 149 (58.59% from 255) = 45.15%
R=12.12%
G=42.73%
B=45.15%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401411490.730.0500.42184.457.6737.06
Hex288D9549502Ab83a25
Octal5021522511150522707245
Binary10100010001101100101011001001101010101010111000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,141,149); }

 H1.HeaderClassName
 {
   color: #288D95;
 }
 .AnyTagClassName
 {
   color: #288D95;
 }
</style>
background-color css

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

 a { background-color: rgb(40,141,149); }

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

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

 span { border-color: rgb(40,141,149); }

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