Html Css Color HEX #29858D Java

📋 copy color: '#29858D'

red 41 ◦ green 133 ◦ blue 141

#29858D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #29858D

Tints of Java #29858D

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 value IS 0.71

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29858D (or 0x29858D) is known color: 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

RGB 41 133 141 -
CMYK 0.71 0.06 0 0.45
HSL 184.8º 0.55% 0.36% -
HSV(B) 184.8º 0.71% 0.55% -
XYZ 14.11 19.17 28.16 -
YUV 106.4 147.52 81.35 -
System Red Green Blue C M Y K H S L
Decimal 41 133 141 0.71 0.06 0 0.45 184.8 0.55 0.36
Hex 29 85 8D 47 6 0 2D B9 37 24
Octal 51 205 215 107 6 0 55 271 67 44
Binary 101001 10000101 10001101 1000111 110 0 101101 10111001 110111 100100

Color Harmonies of #29858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29858D

Black with #29858D

Text Example


Text Example

White with #29858D

Text Example


Text Example

HTML Codes & Css Web 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>