#299AA2

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

Shades of Java #299AA2

Tints of Java #299AA2

Color information

#299AA2 (or 0x299AA2) is unknown color: approx Java. HEX triplet: 29, 9A and A2. RGB value is (41,154,162). Sum of RGB (Red+Green+Blue) = 41+154+162=357 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.48% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 162 - color contains mainly: blue. Hex color #299AA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299AA2 is #D6655D. Grayscale: #787878. Windows color (decimal): -14050654 or 10656297. OLE color: 10656297.

HSL color Cylindrical-coordinate representation of color #299AA2: hue angle of 183.97º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #299AA2 is Cyan = 0.75, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB41154162-
CMYK0.750.0500.36
HSL183.97º59.61%39.8%-
HSV(B)183.97º74.69%63.53%-
XYZ18.9926.1938.24-
YUV121.12151.0670.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.48%
GREEN value IS 154 (60.55% from 255) = 43.14%
BLUE value IS 162 (63.67% from 255) = 45.38%
R=11.48%
G=43.14%
B=45.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal411541620.750.0500.36183.9759.6139.8
Hex299AA24B5024b83c28
Octal5123224211350442707450
Binary10100110011010101000101001011101010010010111000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #299AA2; }

 p { color: rgb(41,154,162); }

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

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

 a { background-color: rgb(41,154,162); }

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

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

 span { border-color: rgb(41,154,162); }

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