Html Css Color HEX #329BAB Pelorous

📋 copy color: '#329BAB'

red 50 ◦ green 155 ◦ blue 171

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

Shades of Pelorous #329BAB

Tints of Pelorous #329BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 41.22%

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

R = 13.3%
G = 41.22%
B = 45.48%

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

#329BAB (or 0x329BAB) is known color: Pelorous. HEX triplet: 32, 9B and AB. RGB value is (50,155,171). Sum of RGB (Red+Green+Blue) = 50+155+171=376 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.30% from 376); Green value is 155 (60.94% from 255 or 41.22% from 376); Blue value is 171 (67.19% from 255 or 45.48% from 376); Max value from RGB is 171 - color contains mainly: blue. Hex color #329BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329BAB is #CD6454. Grayscale: #7D7D7D. Windows color (decimal): -13460565 or 11246386. OLE color: 11246386.

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

Color convert

RGB 50 155 171 -
CMYK 0.71 0.09 0 0.33
HSL 187.93º 0.55% 0.43% -
HSV(B) 187.93º 0.71% 0.67% -
XYZ 20.39 27.06 42.68 -
YUV 125.43 153.71 74.2 -
System Red Green Blue C M Y K H S L
Decimal 50 155 171 0.71 0.09 0 0.33 187.93 0.55 0.43
Hex 32 9B AB 47 9 0 21 BC 37 2B
Octal 62 233 253 107 11 0 41 274 67 53
Binary 110010 10011011 10101011 1000111 1001 0 100001 10111100 110111 101011

Color Harmonies of #329BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329BAB

Black with #329BAB

Text Example


Text Example

White with #329BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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