#299CA3

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

Shades of Java #299CA3

Tints of Java #299CA3

Color information

#299CA3 (or 0x299CA3) is unknown color: approx Java. HEX triplet: 29, 9C and A3. RGB value is (41,156,163). Sum of RGB (Red+Green+Blue) = 41+156+163=360 (47% of max value = 765). Red value is 41 (16.41% from 255 or 11.39% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 163 - color contains mainly: blue. Hex color #299CA3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299CA3 is #D6635C. Grayscale: #7A7A7A. Windows color (decimal): -14050141 or 10722345. OLE color: 10722345.

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

Color convert

RGB41156163-
CMYK0.750.0400.36
HSL183.44º59.8%40%-
HSV(B)183.44º74.85%63.92%-
XYZ19.4126.8938.82-
YUV122.41150.969.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.39%
GREEN value IS 156 (61.33% from 255) = 43.33%
BLUE value IS 163 (64.06% from 255) = 45.28%
R=11.39%
G=43.33%
B=45.28%

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
Decimal411561630.750.0400.36183.4459.840
Hex299CA34B4024b73c28
Octal5123424311340442677450
Binary10100110011100101000111001011100010010010110111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #299CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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