Html Css Color HEX #329892 Java

📋 copy color: '#329892'

red 50 ◦ green 152 ◦ blue 146

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

Shades of Java #329892

Tints of Java #329892

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.95%

R = 14.37%
G = 43.68%
B = 41.95%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.04

 K value IS 0.40

RGB Variations

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

Color information

#329892 (or 0x329892) is known color: Java. HEX triplet: 32, 98 and 92. RGB value is (50,152,146). Sum of RGB (Red+Green+Blue) = 50+152+146=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #329892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329892 is #CD676D. Grayscale: #787878. Windows color (decimal): -13461358 or 9607218. OLE color: 9607218.

HSL color Cylindrical-coordinate representation of color #329892: hue angle of 176.47º 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 #329892 is Cyan = 0.67, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 152 146 -
CMYK 0.67 0 0.04 0.40
HSL 176.47º 0.5% 0.4% -
HSV(B) 176.47º 0.67% 0.6% -
XYZ 17.73 25.21 31.13 -
YUV 120.82 142.21 77.49 -
System Red Green Blue C M Y K H S L
Decimal 50 152 146 0.67 0 0.04 0.40 176.47 0.5 0.4
Hex 32 98 92 43 0 4 28 B0 32 28
Octal 62 230 222 103 0 4 50 260 62 50
Binary 110010 10011000 10010010 1000011 0 100 101000 10110000 110010 101000

Color Harmonies of #329892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329892

Black with #329892

Text Example


Text Example

White with #329892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329892; }

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

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

background-color css

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

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

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

border-color css

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

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

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