#288E93

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

Shades of Java #288E93

Tints of Java #288E93

Color information

#288E93 (or 0x288E93) is unknown color: approx Java. HEX triplet: 28, 8E and 93. RGB value is (40,142,147). Sum of RGB (Red+Green+Blue) = 40+142+147=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #288E93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288E93 is #D7716C. Grayscale: #6F6F6F. Windows color (decimal): -14119277 or 9670184. OLE color: 9670184.

HSL color Cylindrical-coordinate representation of color #288E93: hue angle of 182.8º degrees, saturation: 0.57, 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 #288E93 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB40142147-
CMYK0.730.0300.42
HSL182.8º57.22%36.67%-
HSV(B)182.8º72.79%57.65%-
XYZ15.8121.931-
YUV112.07147.7176.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.16%
GREEN value IS 142 (55.86% from 255) = 43.16%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=12.16%
G=43.16%
B=44.68%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401421470.730.0300.42182.857.2236.67
Hex288E9349302Ab73925
Octal5021622311130522677145
Binary1010001000111010010011100100111010101010110111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,142,147); }

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

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

 a { background-color: rgb(40,142,147); }

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

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

 span { border-color: rgb(40,142,147); }

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