#29858d

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

Shades of Java #29858D

Tints of Java #29858D

Color information

#29858D (or 0x29858D) is unknown color: approx Java. HEX triplet: 29, 85 and 8D. RGB value is (41,133,141). Sum of RGB (Red+Green+Blue) = 41+133+141=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #29858D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29858D is #D67A72. Grayscale: #6A6A6A. Windows color (decimal): -14056051 or 9274665. OLE color: 9274665.

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

Color convert

RGB41133141-
CMYK0.710.0600.45
HSL184.8º54.95%35.69%-
HSV(B)184.8º70.92%55.29%-
XYZ14.1119.1728.16-
YUV106.4147.5281.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.02%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 141 (55.47% from 255) = 44.76%
R=13.02%
G=42.22%
B=44.76%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal411331410.710.0600.45184.854.9535.69
Hex29858D47602Db93724
Octal5120521510760552716744
Binary10100110000101100011011000111110010110110111001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29858d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29858d; }

 p { color: rgb(41,133,141); }

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

<style>
 a { background-color: #29858d; }

 a { background-color: rgb(41,133,141); }

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

<style>
 span { border-color: #29858d; }

 span { border-color: rgb(41,133,141); }

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