#28878B

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

Shades of Java #28878B

Tints of Java #28878B

Color information

#28878B (or 0x28878B) is unknown color: approx Java. HEX triplet: 28, 87 and 8B. RGB value is (40,135,139). Sum of RGB (Red+Green+Blue) = 40+135+139=314 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.74% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #28878B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28878B is #D77874. Grayscale: #6A6A6A. Windows color (decimal): -14121077 or 9144104. OLE color: 9144104.

HSL color Cylindrical-coordinate representation of color #28878B: hue angle of 182.42º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28878B is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB40135139-
CMYK0.710.0300.45
HSL182.42º55.31%35.1%-
HSV(B)182.42º71.22%54.51%-
XYZ14.219.6427.47-
YUV107.05146.0380.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.74%
GREEN value IS 135 (53.12% from 255) = 42.99%
BLUE value IS 139 (54.69% from 255) = 44.27%
R=12.74%
G=42.99%
B=44.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401351390.710.0300.45182.4255.3135.1
Hex28878B47302Db63723
Octal5020721310730552666743
Binary1010001000011110001011100011111010110110110110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28878B; }

 p { color: rgb(40,135,139); }

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

<style>
 a { background-color: #28878B; }

 a { background-color: rgb(40,135,139); }

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

<style>
 span { border-color: #28878B; }

 span { border-color: rgb(40,135,139); }

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