#288F96

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

Shades of Java #288F96

Tints of Java #288F96

Color information

#288F96 (or 0x288F96) is unknown color: approx Java. HEX triplet: 28, 8F and 96. RGB value is (40,143,150). Sum of RGB (Red+Green+Blue) = 40+143+150=333 (44% of max value = 765). Red value is 40 (16.02% from 255 or 12.01% from 333); Green value is 143 (56.25% from 255 or 42.94% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #288F96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288F96 is #D77069. Grayscale: #707070. Windows color (decimal): -14119018 or 9867048. OLE color: 9867048.

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

Color convert

RGB40143150-
CMYK0.730.0500.41
HSL183.82º57.89%37.25%-
HSV(B)183.82º73.33%58.82%-
XYZ16.222.332.3-
YUV113148.8875.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.01%
GREEN value IS 143 (56.25% from 255) = 42.94%
BLUE value IS 150 (58.98% from 255) = 45.05%
R=12.01%
G=42.94%
B=45.05%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal401431500.730.0500.41183.8257.8937.25
Hex288F96495029b83a25
Octal5021722611150512707245
Binary10100010001111100101101001001101010100110111000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,143,150); }

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

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

 a { background-color: rgb(40,143,150); }

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

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

 span { border-color: rgb(40,143,150); }

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