Html Css Color HEX #329B9C Java

📋 copy color: '#329B9C'

red 50 ◦ green 155 ◦ blue 156

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

Shades of Java #329B9C

Tints of Java #329B9C

RGB

 RED value IS 50 (19.92% from 255) = 13.85%

 GREEN value IS 155 (60.94% from 255) = 42.94%

 BLUE value IS 156 (61.33% from 255) = 43.21%

R = 13.85%
G = 42.94%
B = 43.21%

CMYK

 C value IS 0.68

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#329B9C (or 0x329B9C) is known color: Java. HEX triplet: 32, 9B and 9C. RGB value is (50,155,156). Sum of RGB (Red+Green+Blue) = 50+155+156=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #329B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329B9C is #CD6463. Grayscale: #7B7B7B. Windows color (decimal): -13460580 or 10263346. OLE color: 10263346.

HSL color Cylindrical-coordinate representation of color #329B9C: hue angle of 180.57º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329B9C is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 155 156 -
CMYK 0.68 0.01 0 0.39
HSL 180.57º 0.51% 0.4% -
HSV(B) 180.57º 0.68% 0.61% -
XYZ 19.04 26.52 35.57 -
YUV 123.72 146.21 75.42 -
System Red Green Blue C M Y K H S L
Decimal 50 155 156 0.68 0.01 0 0.39 180.57 0.51 0.4
Hex 32 9B 9C 44 1 0 27 B5 33 28
Octal 62 233 234 104 1 0 47 265 63 50
Binary 110010 10011011 10011100 1000100 1 0 100111 10110101 110011 101000

Color Harmonies of #329B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B9C

Black with #329B9C

Text Example


Text Example

White with #329B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329B9C; }

 p { color: rgb(50,155,156); }

 H1.HeaderClassName
 {
   color: #329B9C;
 }
 .AnyTagClassName
 {
   color: #329B9C;
 }
</style>

background-color css

<style>
 a { background-color: #329B9C; }

 a { background-color: rgb(50,155,156); }

 div.DivClassName
 {
   background-color: #329B9C;
 }
 .BgClassName
 {
   background-color: #329B9C;
 }
</style>

border-color css

<style>
 span { border-color: #329B9C; }

 span { border-color: rgb(50,155,156); }

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