Html Css Color HEX #329DAB Pelorous

📋 copy color: '#329DAB'

red 50 ◦ green 157 ◦ blue 171

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

Shades of Pelorous #329DAB

Tints of Pelorous #329DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.24%

R = 13.23%
G = 41.53%
B = 45.24%

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

#329DAB (or 0x329DAB) is known color: Pelorous. HEX triplet: 32, 9D and AB. RGB value is (50,157,171). Sum of RGB (Red+Green+Blue) = 50+157+171=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #329DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329DAB is #CD6254. Grayscale: #7E7E7E. Windows color (decimal): -13460053 or 11246898. OLE color: 11246898.

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

Color convert

RGB 50 157 171 -
CMYK 0.71 0.08 0 0.33
HSL 186.94º 0.55% 0.43% -
HSV(B) 186.94º 0.71% 0.67% -
XYZ 20.72 27.73 42.79 -
YUV 126.6 153.05 73.36 -
System Red Green Blue C M Y K H S L
Decimal 50 157 171 0.71 0.08 0 0.33 186.94 0.55 0.43
Hex 32 9D AB 47 8 0 21 BB 37 2B
Octal 62 235 253 107 10 0 41 273 67 53
Binary 110010 10011101 10101011 1000111 1000 0 100001 10111011 110111 101011

Color Harmonies of #329DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329DAB

Black with #329DAB

Text Example


Text Example

White with #329DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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