#288D93

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

Shades of Java #288D93

Tints of Java #288D93

Color information

#288D93 (or 0x288D93) is unknown color: approx Java. HEX triplet: 28, 8D and 93. RGB value is (40,141,147). Sum of RGB (Red+Green+Blue) = 40+141+147=328 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.20% from 328); Green value is 141 (55.47% from 255 or 42.99% from 328); Blue value is 147 (57.81% from 255 or 44.82% from 328); Max value from RGB is 147 - color contains mainly: blue. Hex color #288D93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288D93 is #D7726C. Grayscale: #6F6F6F. Windows color (decimal): -14119533 or 9669928. OLE color: 9669928.

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

Color convert

RGB40141147-
CMYK0.730.0400.42
HSL183.36º57.22%36.67%-
HSV(B)183.36º72.79%57.65%-
XYZ15.6721.6130.95-
YUV111.48148.0477.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.20%
GREEN value IS 141 (55.47% from 255) = 42.99%
BLUE value IS 147 (57.81% from 255) = 44.82%
R=12.20%
G=42.99%
B=44.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401411470.730.0400.42183.3657.2236.67
Hex288D9349402Ab73925
Octal5021522311140522677145
Binary10100010001101100100111001001100010101010110111111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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