#329EAA

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

Shades of Pelorous #329EAA

Tints of Pelorous #329EAA

Color information

#329EAA (or 0x329EAA) is unknown color: approx Pelorous. HEX triplet: 32, 9E and AA. RGB value is (50,158,170). Sum of RGB (Red+Green+Blue) = 50+158+170=378 (50% of max value = 765). Red value is 50 (19.92% from 255 or 13.23% from 378); Green value is 158 (62.11% from 255 or 41.80% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #329EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329EAA is #CD6155. Grayscale: #7E7E7E. Windows color (decimal): -13459798 or 11181618. OLE color: 11181618.

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

Color convert

RGB50158170-
CMYK0.710.0700.33
HSL186º54.55%43.14%-
HSV(B)186º70.59%66.67%-
XYZ20.828.0342.35-
YUV127.08152.2273.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 13.23%
GREEN value IS 158 (62.11% from 255) = 41.80%
BLUE value IS 170 (66.80% from 255) = 44.97%
R=13.23%
G=41.80%
B=44.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal501581700.710.0700.3318654.5543.14
Hex329EAA477021ba372b
Octal6223625210770412726753
Binary11001010011110101010101000111111010000110111010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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