#289294

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

Shades of Java #289294

Tints of Java #289294

Color information

#289294 (or 0x289294) is unknown color: approx Java. HEX triplet: 28, 92 and 94. RGB value is (40,146,148). Sum of RGB (Red+Green+Blue) = 40+146+148=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #289294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #289294 is #D76D6B. Grayscale: #727272. Windows color (decimal): -14118252 or 9736744. OLE color: 9736744.

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

Color convert

RGB40146148-
CMYK0.730.0100.42
HSL181.11º57.45%36.86%-
HSV(B)181.11º72.97%58.04%-
XYZ16.523.1531.62-
YUV114.53146.8874.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.98%
GREEN value IS 146 (57.42% from 255) = 43.71%
BLUE value IS 148 (58.20% from 255) = 44.31%
R=11.98%
G=43.71%
B=44.31%

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
Decimal401461480.730.0100.42181.1157.4536.86
Hex28929449102Ab53925
Octal5022222411110522657145
Binary101000100100101001010010010011010101010110101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #289294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #289294; }

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

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

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

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

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

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

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

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