#29868B

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

Shades of Java #29868B

Tints of Java #29868B

Color information

#29868B (or 0x29868B) is unknown color: approx Java. HEX triplet: 29, 86 and 8B. RGB value is (41,134,139). Sum of RGB (Red+Green+Blue) = 41+134+139=314 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.06% from 314); Green value is 134 (52.73% from 255 or 42.68% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #29868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29868B is #D67974. Grayscale: #6A6A6A. Windows color (decimal): -14055797 or 9143849. OLE color: 9143849.

HSL color Cylindrical-coordinate representation of color #29868B: hue angle of 183.06º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29868B is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB41134139-
CMYK0.710.0400.45
HSL183.06º54.44%35.29%-
HSV(B)183.06º70.5%54.51%-
XYZ14.119.3927.42-
YUV106.76146.1981.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.06%
GREEN value IS 134 (52.73% from 255) = 42.68%
BLUE value IS 139 (54.69% from 255) = 44.27%
R=13.06%
G=42.68%
B=44.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal411341390.710.0400.45183.0654.4435.29
Hex29868B47402Db73623
Octal5120621310740552676643
Binary10100110000110100010111000111100010110110110111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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