#288A8F

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

Shades of Java #288A8F

Tints of Java #288A8F

Color information

#288A8F (or 0x288A8F) is unknown color: approx Java. HEX triplet: 28, 8A and 8F. RGB value is (40,138,143). Sum of RGB (Red+Green+Blue) = 40+138+143=321 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.46% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 143 (56.25% from 255 or 44.55% from 321); Max value from RGB is 143 - color contains mainly: blue. Hex color #288A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #288A8F is #D77570. Grayscale: #6D6D6D. Windows color (decimal): -14120305 or 9407016. OLE color: 9407016.

HSL color Cylindrical-coordinate representation of color #288A8F: hue angle of 182.91º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #288A8F is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB40138143-
CMYK0.720.0300.44
HSL182.91º56.28%35.88%-
HSV(B)182.91º72.03%56.08%-
XYZ14.9220.6129.18-
YUV109.27147.0378.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.46%
GREEN value IS 138 (54.30% from 255) = 42.99%
BLUE value IS 143 (56.25% from 255) = 44.55%
R=12.46%
G=42.99%
B=44.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401381430.720.0300.44182.9156.2835.88
Hex288A8F48302Cb73824
Octal5021221711030542677044
Binary1010001000101010001111100100011010110010110111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #288A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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