#299496

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

Shades of Java #299496

Tints of Java #299496

Color information

#299496 (or 0x299496) is unknown color: approx Java. HEX triplet: 29, 94 and 96. RGB value is (41,148,150). Sum of RGB (Red+Green+Blue) = 41+148+150=339 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.09% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #299496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299496 is #D66B69. Grayscale: #747474. Windows color (decimal): -14052202 or 9868329. OLE color: 9868329.

HSL color Cylindrical-coordinate representation of color #299496: hue angle of 181.1º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #299496 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB41148150-
CMYK0.730.0100.41
HSL181.1º57.07%37.45%-
HSV(B)181.1º72.67%58.82%-
XYZ17.0123.8532.56-
YUV116.23147.0574.34-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.09%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 150 (58.98% from 255) = 44.25%
R=12.09%
G=43.66%
B=44.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal411481500.730.0100.41181.157.0737.45
Hex299496491029b53925
Octal5122422611110512657145
Binary101001100101001001011010010011010100110110101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299496; }

 p { color: rgb(41,148,150); }

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

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

 a { background-color: rgb(41,148,150); }

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

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

 span { border-color: rgb(41,148,150); }

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