#298E90

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

Shades of Java #298E90

Tints of Java #298E90

Color information

#298E90 (or 0x298E90) is unknown color: approx Java. HEX triplet: 29, 8E and 90. RGB value is (41,142,144). Sum of RGB (Red+Green+Blue) = 41+142+144=327 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.54% from 327); Green value is 142 (55.86% from 255 or 43.43% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #298E90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298E90 is #D6716F. Grayscale: #6F6F6F. Windows color (decimal): -14053744 or 9473577. OLE color: 9473577.

HSL color Cylindrical-coordinate representation of color #298E90: hue angle of 181.17º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #298E90 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB41142144-
CMYK0.720.0100.44
HSL181.17º55.68%36.27%-
HSV(B)181.17º71.53%56.47%-
XYZ15.6221.8329.78-
YUV112.03146.0477.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.54%
GREEN value IS 142 (55.86% from 255) = 43.43%
BLUE value IS 144 (56.64% from 255) = 44.04%
R=12.54%
G=43.43%
B=44.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411421440.720.0100.44181.1755.6836.27
Hex298E9048102Cb53824
Octal5121622011010542657044
Binary101001100011101001000010010001010110010110101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #298E90; }

 p { color: rgb(41,142,144); }

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

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

 a { background-color: rgb(41,142,144); }

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

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

 span { border-color: rgb(41,142,144); }

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