Html Css Color HEX #329DAC Pelorous

📋 copy color: '#329DAC'

red 50 ◦ green 157 ◦ blue 172

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

Shades of Pelorous #329DAC

Tints of Pelorous #329DAC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.42%

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

R = 13.19%
G = 41.42%
B = 45.38%

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

#329DAC (or 0x329DAC) is known color: Pelorous. HEX triplet: 32, 9D and AC. RGB value is (50,157,172). Sum of RGB (Red+Green+Blue) = 50+157+172=379 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.19% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #329DAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329DAC is #CD6253. Grayscale: #7E7E7E. Windows color (decimal): -13460052 or 11312434. OLE color: 11312434.

HSL color Cylindrical-coordinate representation of color #329DAC: hue angle of 187.38º 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 #329DAC is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 157 172 -
CMYK 0.71 0.09 0 0.33
HSL 187.38º 0.55% 0.44% -
HSV(B) 187.38º 0.71% 0.67% -
XYZ 20.82 27.77 43.29 -
YUV 126.72 153.55 73.28 -
System Red Green Blue C M Y K H S L
Decimal 50 157 172 0.71 0.09 0 0.33 187.38 0.55 0.44
Hex 32 9D AC 47 9 0 21 BB 37 2C
Octal 62 235 254 107 11 0 41 273 67 54
Binary 110010 10011101 10101100 1000111 1001 0 100001 10111011 110111 101100

Color Harmonies of #329DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329DAC

Black with #329DAC

Text Example


Text Example

White with #329DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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