#298F91

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

Shades of Java #298F91

Tints of Java #298F91

Color information

#298F91 (or 0x298F91) is unknown color: approx Java. HEX triplet: 29, 8F and 91. RGB value is (41,143,145). Sum of RGB (Red+Green+Blue) = 41+143+145=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 145 - color contains mainly: blue. Hex color #298F91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298F91 is #D6706E. Grayscale: #707070. Windows color (decimal): -14053487 or 9539369. OLE color: 9539369.

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

Color convert

RGB41143145-
CMYK0.720.0100.43
HSL181.15º55.91%36.47%-
HSV(B)181.15º71.72%56.86%-
XYZ15.8522.1630.23-
YUV112.73146.2176.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.46%
GREEN value IS 143 (56.25% from 255) = 43.47%
BLUE value IS 145 (57.03% from 255) = 44.07%
R=12.46%
G=43.47%
B=44.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411431450.720.0100.43181.1555.9136.47
Hex298F9148102Bb53824
Octal5121722111010532657044
Binary101001100011111001000110010001010101110110101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,143,145); }

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

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

 a { background-color: rgb(41,143,145); }

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

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

 span { border-color: rgb(41,143,145); }

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