Html Css Color HEX #329894 Java

📋 copy color: '#329894'

red 50 ◦ green 152 ◦ blue 148

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

Shades of Java #329894

Tints of Java #329894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.43%

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

R = 14.29%
G = 43.43%
B = 42.29%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#329894 (or 0x329894) is known color: Java. HEX triplet: 32, 98 and 94. RGB value is (50,152,148). Sum of RGB (Red+Green+Blue) = 50+152+148=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #329894 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329894 is #CD676B. Grayscale: #787878. Windows color (decimal): -13461356 or 9738290. OLE color: 9738290.

HSL color Cylindrical-coordinate representation of color #329894: hue angle of 177.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329894 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 152 148 -
CMYK 0.67 0 0.03 0.40
HSL 177.65º 0.5% 0.4% -
HSV(B) 177.65º 0.67% 0.6% -
XYZ 17.89 25.27 31.95 -
YUV 121.05 143.21 77.33 -
System Red Green Blue C M Y K H S L
Decimal 50 152 148 0.67 0 0.03 0.40 177.65 0.5 0.4
Hex 32 98 94 43 0 3 28 B2 32 28
Octal 62 230 224 103 0 3 50 262 62 50
Binary 110010 10011000 10010100 1000011 0 11 101000 10110010 110010 101000

Color Harmonies of #329894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329894

Black with #329894

Text Example


Text Example

White with #329894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329894; }

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

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

background-color css

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

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

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

border-color css

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

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

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