#299086

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

Shades of Java #299086

Tints of Java #299086

Color information

#299086 (or 0x299086) is unknown color: approx Java. HEX triplet: 29, 90 and 86. RGB value is (41,144,134). Sum of RGB (Red+Green+Blue) = 41+144+134=319 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.85% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #299086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299086 is #D66F79. Grayscale: #6F6F6F. Windows color (decimal): -14053242 or 8818729. OLE color: 8818729.

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

Color convert

RGB41144134-
CMYK0.7200.070.44
HSL174.17º55.68%36.27%-
HSV(B)174.17º71.53%56.47%-
XYZ15.1922.1426.03-
YUV112.06140.3877.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.85%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=12.85%
G=45.14%
B=42.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411441340.7200.070.44174.1755.6836.27
Hex29908648072Cae3824
Octal5122020611007542567044
Binary10100110010000100001101001000011110110010101110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299086; }

 p { color: rgb(41,144,134); }

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

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

 a { background-color: rgb(41,144,134); }

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

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

 span { border-color: rgb(41,144,134); }

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