#289395

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

Shades of Java #289395

Tints of Java #289395

Color information

#289395 (or 0x289395) is unknown color: approx Java. HEX triplet: 28, 93 and 95. RGB value is (40,147,149). Sum of RGB (Red+Green+Blue) = 40+147+149=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 147 (57.81% from 255 or 43.75% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #289395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289395 is #D76C6A. Grayscale: #737373. Windows color (decimal): -14117995 or 9802536. OLE color: 9802536.

HSL color Cylindrical-coordinate representation of color #289395: hue angle of 181.1º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #289395 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB40147149-
CMYK0.730.0100.42
HSL181.1º57.67%37.06%-
HSV(B)181.1º73.15%58.43%-
XYZ16.7323.4932.09-
YUV115.24147.0574.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.90%
GREEN value IS 147 (57.81% from 255) = 43.75%
BLUE value IS 149 (58.59% from 255) = 44.35%
R=11.90%
G=43.75%
B=44.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal401471490.730.0100.42181.157.6737.06
Hex28939549102Ab53a25
Octal5022322511110522657245
Binary101000100100111001010110010011010101010110101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289395; }

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

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

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

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

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

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

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

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