Html Css Color HEX #329CAA Pelorous

📋 copy color: '#329CAA'

red 50 ◦ green 156 ◦ blue 170

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

Shades of Pelorous #329CAA

Tints of Pelorous #329CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.21%

R = 13.3%
G = 41.49%
B = 45.21%

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

#329CAA (or 0x329CAA) is known color: Pelorous. HEX triplet: 32, 9C and AA. RGB value is (50,156,170). Sum of RGB (Red+Green+Blue) = 50+156+170=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #329CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329CAA is #CD6355. Grayscale: #7D7D7D. Windows color (decimal): -13460310 or 11181106. OLE color: 11181106.

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

Color convert

RGB 50 156 170 -
CMYK 0.71 0.08 0 0.33
HSL 187º 0.55% 0.43% -
HSV(B) 187º 0.71% 0.67% -
XYZ 20.46 27.36 42.23 -
YUV 125.9 152.88 73.86 -
System Red Green Blue C M Y K H S L
Decimal 50 156 170 0.71 0.08 0 0.33 187 0.55 0.43
Hex 32 9C AA 47 8 0 21 BB 37 2B
Octal 62 234 252 107 10 0 41 273 67 53
Binary 110010 10011100 10101010 1000111 1000 0 100001 10111011 110111 101011

Color Harmonies of #329CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329CAA

Black with #329CAA

Text Example


Text Example

White with #329CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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