Html Css Color HEX #329DAE Pelorous

📋 copy color: '#329DAE'

red 50 ◦ green 157 ◦ blue 174

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

Shades of Pelorous #329DAE

Tints of Pelorous #329DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.67%

R = 13.12%
G = 41.21%
B = 45.67%

CMYK

 C value IS 0.71

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#329DAE (or 0x329DAE) is known color: Pelorous. HEX triplet: 32, 9D and AE. RGB value is (50,157,174). Sum of RGB (Red+Green+Blue) = 50+157+174=381 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.12% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #329DAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329DAE is #CD6251. Grayscale: #7E7E7E. Windows color (decimal): -13460050 or 11443506. OLE color: 11443506.

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

Color convert

RGB 50 157 174 -
CMYK 0.71 0.10 0 0.32
HSL 188.23º 0.55% 0.44% -
HSV(B) 188.23º 0.71% 0.68% -
XYZ 21.01 27.85 44.31 -
YUV 126.95 154.55 73.12 -
System Red Green Blue C M Y K H S L
Decimal 50 157 174 0.71 0.10 0 0.32 188.23 0.55 0.44
Hex 32 9D AE 47 A 0 20 BC 37 2C
Octal 62 235 256 107 12 0 40 274 67 54
Binary 110010 10011101 10101110 1000111 1010 0 100000 10111100 110111 101100

Color Harmonies of #329DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329DAE

Black with #329DAE

Text Example


Text Example

White with #329DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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