#288A93

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

Shades of Java #288A93

Tints of Java #288A93

Color information

#288A93 (or 0x288A93) is unknown color: approx Java. HEX triplet: 28, 8A and 93. RGB value is (40,138,147). Sum of RGB (Red+Green+Blue) = 40+138+147=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 138 (54.30% from 255 or 42.46% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #288A93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288A93 is #D7756C. Grayscale: #6D6D6D. Windows color (decimal): -14120301 or 9669160. OLE color: 9669160.

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

Color convert

RGB40138147-
CMYK0.730.0600.42
HSL185.05º57.22%36.67%-
HSV(B)185.05º72.79%57.65%-
XYZ15.2320.7330.8-
YUV109.72149.0378.27-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.31%
GREEN value IS 138 (54.30% from 255) = 42.46%
BLUE value IS 147 (57.81% from 255) = 45.23%
R=12.31%
G=42.46%
B=45.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401381470.730.0600.42185.0557.2236.67
Hex288A9349602Ab93925
Octal5021222311160522717145
Binary10100010001010100100111001001110010101010111001111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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