#329EAE

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

Shades of Pelorous #329EAE

Tints of Pelorous #329EAE

Color information

#329EAE (or 0x329EAE) is unknown color: approx Pelorous. HEX triplet: 32, 9E and AE. RGB value is (50,158,174). Sum of RGB (Red+Green+Blue) = 50+158+174=382 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.09% from 382); Green value is 158 (62.11% from 255 or 41.36% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #329EAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329EAE is #CD6151. Grayscale: #7F7F7F. Windows color (decimal): -13459794 or 11443762. OLE color: 11443762.

HSL color Cylindrical-coordinate representation of color #329EAE: hue angle of 187.74º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #329EAE is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB50158174-
CMYK0.710.0900.32
HSL187.74º55.36%43.92%-
HSV(B)187.74º71.26%68.24%-
XYZ21.1828.1944.37-
YUV127.53154.2272.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.09%
GREEN value IS 158 (62.11% from 255) = 41.36%
BLUE value IS 174 (68.36% from 255) = 45.55%
R=13.09%
G=41.36%
B=45.55%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal501581740.710.0900.32187.7455.3643.92
Hex329EAE479020bc372c
Octal62236256107110402746754
Binary110010100111101010111010001111001010000010111100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,158,174); }

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

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

 a { background-color: rgb(50,158,174); }

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

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

 span { border-color: rgb(50,158,174); }

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