#288E90

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

Shades of Java #288E90

Tints of Java #288E90

Color information

#288E90 (or 0x288E90) is unknown color: approx Java. HEX triplet: 28, 8E and 90. RGB value is (40,142,144). Sum of RGB (Red+Green+Blue) = 40+142+144=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #288E90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288E90 is #D7716F. Grayscale: #6F6F6F. Windows color (decimal): -14119280 or 9473576. OLE color: 9473576.

HSL color Cylindrical-coordinate representation of color #288E90: hue angle of 181.15º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288E90 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB40142144-
CMYK0.720.0100.44
HSL181.15º56.52%36.08%-
HSV(B)181.15º72.22%56.47%-
XYZ15.5821.8129.77-
YUV111.73146.2176.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.27%
GREEN value IS 142 (55.86% from 255) = 43.56%
BLUE value IS 144 (56.64% from 255) = 44.17%
R=12.27%
G=43.56%
B=44.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401421440.720.0100.44181.1556.5236.08
Hex288E9048102Cb53924
Octal5021622011010542657144
Binary101000100011101001000010010001010110010110101111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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