#329AAB

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

Shades of Pelorous #329AAB

Tints of Pelorous #329AAB

Color information

#329AAB (or 0x329AAB) is unknown color: approx Pelorous. HEX triplet: 32, 9A and AB. RGB value is (50,154,171). Sum of RGB (Red+Green+Blue) = 50+154+171=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 154 (60.55% from 255 or 41.07% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #329AAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329AAB is #CD6554. Grayscale: #7C7C7C. Windows color (decimal): -13460821 or 11246130. OLE color: 11246130.

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

Color convert

RGB50154171-
CMYK0.710.1000.33
HSL188.43º54.75%43.33%-
HSV(B)188.43º70.76%67.06%-
XYZ20.2226.7342.62-
YUV124.84154.0474.62-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.33%
GREEN value IS 154 (60.55% from 255) = 41.07%
BLUE value IS 171 (67.19% from 255) = 45.6%
R=13.33%
G=41.07%
B=45.6%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501541710.710.1000.33188.4354.7543.33
Hex329AAB47A021bc372b
Octal62232253107120412746753
Binary110010100110101010101110001111010010000110111100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #329AAB;
 }
 .AnyTagClassName
 {
   color: #329AAB;
 }
</style>
background-color css

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

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

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

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

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

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