#298B91

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

Shades of Java #298B91

Tints of Java #298B91

Color information

#298B91 (or 0x298B91) is unknown color: approx Java. HEX triplet: 29, 8B and 91. RGB value is (41,139,145). Sum of RGB (Red+Green+Blue) = 41+139+145=325 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.62% from 325); Green value is 139 (54.69% from 255 or 42.77% from 325); Blue value is 145 (57.03% from 255 or 44.62% from 325); Max value from RGB is 145 - color contains mainly: blue. Hex color #298B91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #298B91 is #D6746E. Grayscale: #6E6E6E. Windows color (decimal): -14054511 or 9538345. OLE color: 9538345.

HSL color Cylindrical-coordinate representation of color #298B91: hue angle of 183.46º 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 #298B91 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB41139145-
CMYK0.720.0400.43
HSL183.46º55.91%36.47%-
HSV(B)183.46º71.72%56.86%-
XYZ15.2620.9830.03-
YUV110.38147.5378.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.62%
GREEN value IS 139 (54.69% from 255) = 42.77%
BLUE value IS 145 (57.03% from 255) = 44.62%
R=12.62%
G=42.77%
B=44.62%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal411391450.720.0400.43183.4655.9136.47
Hex298B9148402Bb73824
Octal5121322111040532677044
Binary10100110001011100100011001000100010101110110111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #298B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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