Html Css Color HEX #329294 Java

📋 copy color: '#329294'

red 50 ◦ green 146 ◦ blue 148

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

Shades of Java #329294

Tints of Java #329294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.02%

R = 14.53%
G = 42.44%
B = 43.02%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#329294 (or 0x329294) is known color: Java. HEX triplet: 32, 92 and 94. RGB value is (50,146,148). Sum of RGB (Red+Green+Blue) = 50+146+148=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 148 (58.20% from 255 or 43.02% from 344); Max value from RGB is 148 - color contains mainly: blue. Hex color #329294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329294 is #CD6D6B. Grayscale: #757575. Windows color (decimal): -13462892 or 9736754. OLE color: 9736754.

HSL color Cylindrical-coordinate representation of color #329294: hue angle of 181.22º degrees, saturation: 0.49, 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 #329294 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 146 148 -
CMYK 0.66 0.01 0 0.42
HSL 181.22º 0.49% 0.39% -
HSV(B) 181.22º 0.66% 0.58% -
XYZ 16.94 23.37 31.64 -
YUV 117.52 145.2 79.84 -
System Red Green Blue C M Y K H S L
Decimal 50 146 148 0.66 0.01 0 0.42 181.22 0.49 0.39
Hex 32 92 94 42 1 0 2A B5 31 27
Octal 62 222 224 102 1 0 52 265 61 47
Binary 110010 10010010 10010100 1000010 1 0 101010 10110101 110001 100111

Color Harmonies of #329294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329294

Black with #329294

Text Example


Text Example

White with #329294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329294; }

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

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

background-color css

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

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

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

border-color css

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

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

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