#28868B

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

Shades of Java #28868B

Tints of Java #28868B

Color information

#28868B (or 0x28868B) is unknown color: approx Java. HEX triplet: 28, 86 and 8B. RGB value is (40,134,139). Sum of RGB (Red+Green+Blue) = 40+134+139=313 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.78% from 313); Green value is 134 (52.73% from 255 or 42.81% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #28868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28868B is #D77974. Grayscale: #6A6A6A. Windows color (decimal): -14121333 or 9143848. OLE color: 9143848.

HSL color Cylindrical-coordinate representation of color #28868B: hue angle of 183.03º 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 #28868B is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB40134139-
CMYK0.710.0400.45
HSL183.03º55.31%35.1%-
HSV(B)183.03º71.22%54.51%-
XYZ14.0619.3727.42-
YUV106.46146.3680.59-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 12.78%
GREEN value IS 134 (52.73% from 255) = 42.81%
BLUE value IS 139 (54.69% from 255) = 44.41%
R=12.78%
G=42.81%
B=44.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal401341390.710.0400.45183.0355.3135.1
Hex28868B47402Db73723
Octal5020621310740552676743
Binary10100010000110100010111000111100010110110110111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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