#329BAB

Color #329BAB Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #329BAB

Tints of Pelorous #329BAB

Color information

#329BAB (or 0x329BAB) is unknown color: approx 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

RGB50155171-
CMYK0.710.0900.33
HSL187.93º54.75%43.33%-
HSV(B)187.93º70.76%67.06%-
XYZ20.3927.0642.68-
YUV125.43153.7174.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.30%
GREEN value IS 155 (60.94% from 255) = 41.22%
BLUE value IS 171 (67.19% from 255) = 45.48%
R=13.30%
G=41.22%
B=45.48%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501551710.710.0900.33187.9354.7543.33
Hex329BAB479021bc372b
Octal62233253107110412746753
Binary110010100110111010101110001111001010000110111100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>