Html Css Color HEX #329CAC Pelorous

📋 copy color: '#329CAC'

red 50 ◦ green 156 ◦ blue 172

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

Shades of Pelorous #329CAC

Tints of Pelorous #329CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.5%

R = 13.23%
G = 41.27%
B = 45.5%

CMYK

 C value IS 0.71

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#329CAC (or 0x329CAC) is known color: Pelorous. HEX triplet: 32, 9C and AC. RGB value is (50,156,172). Sum of RGB (Red+Green+Blue) = 50+156+172=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 156 (61.33% from 255 or 41.27% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #329CAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329CAC is #CD6353. Grayscale: #7D7D7D. Windows color (decimal): -13460308 or 11312178. OLE color: 11312178.

HSL color Cylindrical-coordinate representation of color #329CAC: hue angle of 187.87º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #329CAC is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 156 172 -
CMYK 0.71 0.09 0 0.33
HSL 187.87º 0.55% 0.44% -
HSV(B) 187.87º 0.71% 0.67% -
XYZ 20.65 27.43 43.24 -
YUV 126.13 153.88 73.7 -
System Red Green Blue C M Y K H S L
Decimal 50 156 172 0.71 0.09 0 0.33 187.87 0.55 0.44
Hex 32 9C AC 47 9 0 21 BC 37 2C
Octal 62 234 254 107 11 0 41 274 67 54
Binary 110010 10011100 10101100 1000111 1001 0 100001 10111100 110111 101100

Color Harmonies of #329CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329CAC

Black with #329CAC

Text Example


Text Example

White with #329CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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