#299DA3

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

Shades of Java #299DA3

Tints of Java #299DA3

Color information

#299DA3 (or 0x299DA3) is unknown color: approx Java. HEX triplet: 29, 9D and A3. RGB value is (41,157,163). Sum of RGB (Red+Green+Blue) = 41+157+163=361 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.36% from 361); Green value is 157 (61.72% from 255 or 43.49% from 361); Blue value is 163 (64.06% from 255 or 45.15% from 361); Max value from RGB is 163 - color contains mainly: blue. Hex color #299DA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299DA3 is #D6625C. Grayscale: #7A7A7A. Windows color (decimal): -14049885 or 10722601. OLE color: 10722601.

HSL color Cylindrical-coordinate representation of color #299DA3: hue angle of 182.95º 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 #299DA3 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB41157163-
CMYK0.750.0400.36
HSL182.95º59.8%40%-
HSV(B)182.95º74.85%63.92%-
XYZ19.5827.2338.87-
YUV123150.5769.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.36%
GREEN value IS 157 (61.72% from 255) = 43.49%
BLUE value IS 163 (64.06% from 255) = 45.15%
R=11.36%
G=43.49%
B=45.15%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal411571630.750.0400.36182.9559.840
Hex299DA34B4024b73c28
Octal5123524311340442677450
Binary10100110011101101000111001011100010010010110111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,157,163); }

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

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

 a { background-color: rgb(41,157,163); }

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

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

 span { border-color: rgb(41,157,163); }

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