Html Css Color HEX #329CA0 Java

📋 copy color: '#329CA0'

red 50 ◦ green 156 ◦ blue 160

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

Shades of Java #329CA0

Tints of Java #329CA0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.62%

 BLUE value IS 160 (62.89% from 255) = 43.72%

R = 13.66%
G = 42.62%
B = 43.72%

CMYK

 C value IS 0.69

 M value IS 0.02

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#329CA0 (or 0x329CA0) is known color: Java. HEX triplet: 32, 9C and A0. RGB value is (50,156,160). Sum of RGB (Red+Green+Blue) = 50+156+160=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 160 - color contains mainly: blue. Hex color #329CA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329CA0 is #CD635F. Grayscale: #7C7C7C. Windows color (decimal): -13460320 or 10525746. OLE color: 10525746.

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

Color convert

RGB 50 156 160 -
CMYK 0.69 0.02 0 0.37
HSL 182.18º 0.52% 0.41% -
HSV(B) 182.18º 0.69% 0.63% -
XYZ 19.55 26.99 37.44 -
YUV 124.76 147.88 74.67 -
System Red Green Blue C M Y K H S L
Decimal 50 156 160 0.69 0.02 0 0.37 182.18 0.52 0.41
Hex 32 9C A0 45 2 0 25 B6 34 29
Octal 62 234 240 105 2 0 45 266 64 51
Binary 110010 10011100 10100000 1000101 10 0 100101 10110110 110100 101001

Color Harmonies of #329CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329CA0

Black with #329CA0

Text Example


Text Example

White with #329CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,156,160); }

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

background-color css

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

 a { background-color: rgb(50,156,160); }

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

border-color css

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

 span { border-color: rgb(50,156,160); }

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