Html Css Color HEX #329E9F Java

📋 copy color: '#329E9F'

red 50 ◦ green 158 ◦ blue 159

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

Shades of Java #329E9F

Tints of Java #329E9F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.05%

 BLUE value IS 159 (62.5% from 255) = 43.32%

R = 13.62%
G = 43.05%
B = 43.32%

CMYK

 C value IS 0.69

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#329E9F (or 0x329E9F) is known color: Java. HEX triplet: 32, 9E and 9F. RGB value is (50,158,159). Sum of RGB (Red+Green+Blue) = 50+158+159=367 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.62% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #329E9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329E9F is #CD6160. Grayscale: #7D7D7D. Windows color (decimal): -13459809 or 10460722. OLE color: 10460722.

HSL color Cylindrical-coordinate representation of color #329E9F: hue angle of 180.55º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329E9F is Cyan = 0.69, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 158 159 -
CMYK 0.69 0.01 0 0.38
HSL 180.55º 0.52% 0.41% -
HSV(B) 180.55º 0.69% 0.62% -
XYZ 19.8 27.64 37.09 -
YUV 125.82 146.72 73.92 -
System Red Green Blue C M Y K H S L
Decimal 50 158 159 0.69 0.01 0 0.38 180.55 0.52 0.41
Hex 32 9E 9F 45 1 0 26 B5 34 29
Octal 62 236 237 105 1 0 46 265 64 51
Binary 110010 10011110 10011111 1000101 1 0 100110 10110101 110100 101001

Color Harmonies of #329E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329E9F

Black with #329E9F

Text Example


Text Example

White with #329E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,158,159); }

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

background-color css

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

 a { background-color: rgb(50,158,159); }

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

border-color css

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

 span { border-color: rgb(50,158,159); }

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