#28868E

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

Shades of Java #28868E

Tints of Java #28868E

Color information

#28868E (or 0x28868E) is unknown color: approx Java. HEX triplet: 28, 86 and 8E. RGB value is (40,134,142). Sum of RGB (Red+Green+Blue) = 40+134+142=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #28868E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28868E is #D77971. Grayscale: #6A6A6A. Windows color (decimal): -14121330 or 9340456. OLE color: 9340456.

HSL color Cylindrical-coordinate representation of color #28868E: hue angle of 184.71º 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 #28868E is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB40134142-
CMYK0.720.0600.44
HSL184.71º56.04%35.69%-
HSV(B)184.71º71.83%55.69%-
XYZ14.2819.4528.59-
YUV106.81147.8680.35-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.66%
GREEN value IS 134 (52.73% from 255) = 42.41%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=12.66%
G=42.41%
B=44.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal401341420.720.0600.44184.7156.0435.69
Hex28868E48602Cb93824
Octal5020621611060542717044
Binary10100010000110100011101001000110010110010111001111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28868E; }

 p { color: rgb(40,134,142); }

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

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

 a { background-color: rgb(40,134,142); }

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

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

 span { border-color: rgb(40,134,142); }

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