#299399

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

Shades of Java #299399

Tints of Java #299399

Color information

#299399 (or 0x299399) is unknown color: approx Java. HEX triplet: 29, 93 and 99. RGB value is (41,147,153). Sum of RGB (Red+Green+Blue) = 41+147+153=341 (45% of max value = 765). Red value is 41 (16.41% from 255 or 12.02% from 341); Green value is 147 (57.81% from 255 or 43.11% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #299399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299399 is #D66C66. Grayscale: #737373. Windows color (decimal): -14052455 or 10064681. OLE color: 10064681.

HSL color Cylindrical-coordinate representation of color #299399: hue angle of 183.21º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299399 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB41147153-
CMYK0.730.0400.4
HSL183.21º57.73%38.04%-
HSV(B)183.21º73.2%60%-
XYZ17.123.6433.8-
YUV115.99148.8874.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.02%
GREEN value IS 147 (57.81% from 255) = 43.11%
BLUE value IS 153 (60.16% from 255) = 44.87%
R=12.02%
G=43.11%
B=44.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal411471530.730.0400.4183.2157.7338.04
Hex299399494028b73a26
Octal5122323111140502677246
Binary10100110010011100110011001001100010100010110111111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299399; }

 p { color: rgb(41,147,153); }

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

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

 a { background-color: rgb(41,147,153); }

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

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

 span { border-color: rgb(41,147,153); }

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