Html Css Color HEX #329295 Java

📋 copy color: '#329295'

red 50 ◦ green 146 ◦ blue 149

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

Shades of Java #329295

Tints of Java #329295

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.32%

 BLUE value IS 149 (58.59% from 255) = 43.19%

R = 14.49%
G = 42.32%
B = 43.19%

CMYK

 C value IS 0.66

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#329295 (or 0x329295) is known color: Java. HEX triplet: 32, 92 and 95. RGB value is (50,146,149). Sum of RGB (Red+Green+Blue) = 50+146+149=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #329295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329295 is #CD6D6A. Grayscale: #757575. Windows color (decimal): -13462891 or 9802290. OLE color: 9802290.

HSL color Cylindrical-coordinate representation of color #329295: hue angle of 181.82º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329295 is Cyan = 0.66, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 146 149 -
CMYK 0.66 0.02 0 0.42
HSL 181.82º 0.5% 0.39% -
HSV(B) 181.82º 0.66% 0.58% -
XYZ 17.02 23.41 32.05 -
YUV 117.64 145.7 79.76 -
System Red Green Blue C M Y K H S L
Decimal 50 146 149 0.66 0.02 0 0.42 181.82 0.5 0.39
Hex 32 92 95 42 2 0 2A B6 32 27
Octal 62 222 225 102 2 0 52 266 62 47
Binary 110010 10010010 10010101 1000010 10 0 101010 10110110 110010 100111

Color Harmonies of #329295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329295

Black with #329295

Text Example


Text Example

White with #329295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329295; }

 p { color: rgb(50,146,149); }

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

background-color css

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

 a { background-color: rgb(50,146,149); }

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

border-color css

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

 span { border-color: rgb(50,146,149); }

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