#299099

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

Shades of Java #299099

Tints of Java #299099

Color information

#299099 (or 0x299099) is unknown color: approx Java. HEX triplet: 29, 90 and 99. RGB value is (41,144,153). Sum of RGB (Red+Green+Blue) = 41+144+153=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 144 (56.64% from 255 or 42.60% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #299099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299099 is #D66F66. Grayscale: #727272. Windows color (decimal): -14053223 or 10063913. OLE color: 10063913.

HSL color Cylindrical-coordinate representation of color #299099: hue angle of 184.82º 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 #299099 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB41144153-
CMYK0.730.0600.4
HSL184.82º57.73%38.04%-
HSV(B)184.82º73.2%60%-
XYZ16.6422.7233.65-
YUV114.23149.8875.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.13%
GREEN value IS 144 (56.64% from 255) = 42.60%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=12.13%
G=42.60%
B=45.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal411441530.730.0600.4184.8257.7338.04
Hex299099496028b93a26
Octal5122023111160502717246
Binary10100110010000100110011001001110010100010111001111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299099; }

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

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

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

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

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

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

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

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