#299395

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

Shades of Java #299395

Tints of Java #299395

Color information

#299395 (or 0x299395) is unknown color: approx Java. HEX triplet: 29, 93 and 95. RGB value is (41,147,149). Sum of RGB (Red+Green+Blue) = 41+147+149=337 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.17% from 337); Green value is 147 (57.81% from 255 or 43.62% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #299395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299395 is #D66C6A. Grayscale: #737373. Windows color (decimal): -14052459 or 9802537. OLE color: 9802537.

HSL color Cylindrical-coordinate representation of color #299395: 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.72%. Process color model (Four color, CMYK) of #299395 is Cyan = 0.72, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB41147149-
CMYK0.720.0100.42
HSL181.11º56.84%37.25%-
HSV(B)181.11º72.48%58.43%-
XYZ16.7723.5132.09-
YUV115.53146.8874.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.17%
GREEN value IS 147 (57.81% from 255) = 43.62%
BLUE value IS 149 (58.59% from 255) = 44.21%
R=12.17%
G=43.62%
B=44.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal411471490.720.0100.42181.1156.8437.25
Hex29939548102Ab53925
Octal5122322511010522657145
Binary101001100100111001010110010001010101010110101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299395; }

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

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

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

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

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

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

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

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