#28939D

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

Shades of Java #28939D

Tints of Java #28939D

Color information

#28939D (or 0x28939D) is unknown color: approx Java. HEX triplet: 28, 93 and 9D. RGB value is (40,147,157). Sum of RGB (Red+Green+Blue) = 40+147+157=344 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.63% from 344); Green value is 147 (57.81% from 255 or 42.73% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #28939D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #28939D is #D76C62. Grayscale: #737373. Windows color (decimal): -14117987 or 10326824. OLE color: 10326824.

HSL color Cylindrical-coordinate representation of color #28939D: hue angle of 185.13º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28939D is Cyan = 0.75, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB40147157-
CMYK0.750.0600.38
HSL185.13º59.39%38.63%-
HSV(B)185.13º74.52%61.57%-
XYZ17.3923.7535.57-
YUV116.15151.0573.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.63%
GREEN value IS 147 (57.81% from 255) = 42.73%
BLUE value IS 157 (61.72% from 255) = 45.64%
R=11.63%
G=42.73%
B=45.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal401471570.750.0600.38185.1359.3938.63
Hex28939D4B6026b93b27
Octal5022323511360462717347
Binary10100010010011100111011001011110010011010111001111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28939D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28939D; }

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

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

<style>
 a { background-color: #28939D; }

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

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

<style>
 span { border-color: #28939D; }

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

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