Html Css Color HEX #329CAB Pelorous

📋 copy color: '#329CAB'

red 50 ◦ green 156 ◦ blue 171

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

Shades of Pelorous #329CAB

Tints of Pelorous #329CAB

RGB

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

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

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

R = 13.26%
G = 41.38%
B = 45.36%

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

#329CAB (or 0x329CAB) is known color: Pelorous. HEX triplet: 32, 9C and AB. RGB value is (50,156,171). Sum of RGB (Red+Green+Blue) = 50+156+171=377 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.26% from 377); Green value is 156 (61.33% from 255 or 41.38% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #329CAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329CAB is #CD6354. Grayscale: #7D7D7D. Windows color (decimal): -13460309 or 11246642. OLE color: 11246642.

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

Color convert

RGB 50 156 171 -
CMYK 0.71 0.09 0 0.33
HSL 187.44º 0.55% 0.43% -
HSV(B) 187.44º 0.71% 0.67% -
XYZ 20.55 27.4 42.73 -
YUV 126.02 153.38 73.78 -
System Red Green Blue C M Y K H S L
Decimal 50 156 171 0.71 0.09 0 0.33 187.44 0.55 0.43
Hex 32 9C AB 47 9 0 21 BB 37 2B
Octal 62 234 253 107 11 0 41 273 67 53
Binary 110010 10011100 10101011 1000111 1001 0 100001 10111011 110111 101011

Color Harmonies of #329CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329CAB

Black with #329CAB

Text Example


Text Example

White with #329CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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