#288F93

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

Shades of Java #288F93

Tints of Java #288F93

Color information

#288F93 (or 0x288F93) is unknown color: approx Java. HEX triplet: 28, 8F and 93. RGB value is (40,143,147). Sum of RGB (Red+Green+Blue) = 40+143+147=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #288F93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288F93 is #D7706C. Grayscale: #707070. Windows color (decimal): -14119021 or 9670440. OLE color: 9670440.

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

Color convert

RGB40143147-
CMYK0.730.0300.42
HSL182.24º57.22%36.67%-
HSV(B)182.24º72.79%57.65%-
XYZ15.9622.231.05-
YUV112.66147.3876.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.12%
GREEN value IS 143 (56.25% from 255) = 43.33%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=12.12%
G=43.33%
B=44.55%

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
Decimal401431470.730.0300.42182.2457.2236.67
Hex288F9349302Ab63925
Octal5021722311130522667145
Binary1010001000111110010011100100111010101010110110111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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