#288988

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

Shades of Java #288988

Tints of Java #288988

Color information

#288988 (or 0x288988) is unknown color: approx Java. HEX triplet: 28, 89 and 88. RGB value is (40,137,136). Sum of RGB (Red+Green+Blue) = 40+137+136=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 137 (53.91% from 255 or 43.77% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 137 - color contains mainly: green. Hex color #288988 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288988 is #D77677. Grayscale: #6B6B6B. Windows color (decimal): -14120568 or 8948008. OLE color: 8948008.

HSL color Cylindrical-coordinate representation of color #288988: hue angle of 179.38º 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 #288988 is Cyan = 0.71, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.46.

Color convert

RGB40137136-
CMYK0.7100.010.46
HSL179.38º54.8%34.71%-
HSV(B)179.38º70.8%53.73%-
XYZ14.2620.1226.42-
YUV107.88143.8679.58-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.78%
GREEN value IS 137 (53.91% from 255) = 43.77%
BLUE value IS 136 (53.52% from 255) = 43.45%
R=12.78%
G=43.77%
B=43.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal401371360.7100.010.46179.3854.834.71
Hex28898847012Eb33723
Octal5021121010701562636743
Binary101000100010011000100010001110110111010110011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #288988; }

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

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

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

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

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

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

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

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