#29868E

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

Shades of Java #29868E

Tints of Java #29868E

Color information

#29868E (or 0x29868E) is unknown color: approx Java. HEX triplet: 29, 86 and 8E. RGB value is (41,134,142). Sum of RGB (Red+Green+Blue) = 41+134+142=317 (41% of max value = 765). Red value is 41 (16.41% from 255 or 12.93% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 142 (55.86% from 255 or 44.79% from 317); Max value from RGB is 142 - color contains mainly: blue. Hex color #29868E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29868E is #D67971. Grayscale: #6A6A6A. Windows color (decimal): -14055794 or 9340457. OLE color: 9340457.

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

Color convert

RGB41134142-
CMYK0.710.0600.44
HSL184.75º55.19%35.88%-
HSV(B)184.75º71.13%55.69%-
XYZ14.3219.4728.6-
YUV107.1147.6980.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 12.93%
GREEN value IS 134 (52.73% from 255) = 42.27%
BLUE value IS 142 (55.86% from 255) = 44.79%
R=12.93%
G=42.27%
B=44.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal411341420.710.0600.44184.7555.1935.88
Hex29868E47602Cb93724
Octal5120621610760542716744
Binary10100110000110100011101000111110010110010111001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29868E; }

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

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

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

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

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

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

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

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