Html Css Color HEX #329EAC Pelorous

📋 copy color: '#329EAC'

red 50 ◦ green 158 ◦ blue 172

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

Shades of Pelorous #329EAC

Tints of Pelorous #329EAC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 41.58%

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

R = 13.16%
G = 41.58%
B = 45.26%

CMYK

 C value IS 0.71

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#329EAC (or 0x329EAC) is known color: Pelorous. HEX triplet: 32, 9E and AC. RGB value is (50,158,172). Sum of RGB (Red+Green+Blue) = 50+158+172=380 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.16% from 380); Green value is 158 (62.11% from 255 or 41.58% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #329EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329EAC is #CD6153. Grayscale: #7F7F7F. Windows color (decimal): -13459796 or 11312690. OLE color: 11312690.

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

Color convert

RGB 50 158 172 -
CMYK 0.71 0.08 0 0.33
HSL 186.89º 0.55% 0.44% -
HSV(B) 186.89º 0.71% 0.67% -
XYZ 20.99 28.11 43.35 -
YUV 127.3 153.22 72.86 -
System Red Green Blue C M Y K H S L
Decimal 50 158 172 0.71 0.08 0 0.33 186.89 0.55 0.44
Hex 32 9E AC 47 8 0 21 BB 37 2C
Octal 62 236 254 107 10 0 41 273 67 54
Binary 110010 10011110 10101100 1000111 1000 0 100001 10111011 110111 101100

Color Harmonies of #329EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329EAC

Black with #329EAC

Text Example


Text Example

White with #329EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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