#289495

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

Shades of Java #289495

Tints of Java #289495

Color information

#289495 (or 0x289495) is unknown color: approx Java. HEX triplet: 28, 94 and 95. RGB value is (40,148,149). Sum of RGB (Red+Green+Blue) = 40+148+149=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #289495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289495 is #D76B6A. Grayscale: #737373. Windows color (decimal): -14117739 or 9802792. OLE color: 9802792.

HSL color Cylindrical-coordinate representation of color #289495: hue angle of 180.55º 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 #289495 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB40148149-
CMYK0.730.0100.42
HSL180.55º57.67%37.06%-
HSV(B)180.55º73.15%58.43%-
XYZ16.8923.832.14-
YUV115.82146.7273.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.87%
GREEN value IS 148 (58.20% from 255) = 43.92%
BLUE value IS 149 (58.59% from 255) = 44.21%
R=11.87%
G=43.92%
B=44.21%

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
Decimal401481490.730.0100.42180.5557.6737.06
Hex28949549102Ab53a25
Octal5022422511110522657245
Binary101000100101001001010110010011010101010110101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289495; }

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

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

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

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

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

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

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

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