#329cb4

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

Shades of Pelorous #329CB4

Tints of Pelorous #329CB4

Color information

#329CB4 (or 0x329CB4) is unknown color: approx Pelorous. HEX triplet: 32, 9C and B4. RGB value is (50,156,180). Sum of RGB (Red+Green+Blue) = 50+156+180=386 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.95% from 386); Green value is 156 (61.33% from 255 or 40.41% from 386); Blue value is 180 (70.70% from 255 or 46.63% from 386); Max value from RGB is 180 - color contains mainly: blue. Hex color #329CB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CB4 is #CD634B. Grayscale: #7E7E7E. Windows color (decimal): -13460300 or 11836466. OLE color: 11836466.

HSL color Cylindrical-coordinate representation of color #329CB4: hue angle of 191.08º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #329CB4 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB50156180-
CMYK0.720.1300.29
HSL191.08º56.52%45.1%-
HSV(B)191.08º72.22%70.59%-
XYZ21.4427.7547.41-
YUV127.04157.8873.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.95%
GREEN value IS 156 (61.33% from 255) = 40.41%
BLUE value IS 180 (70.70% from 255) = 46.63%
R=12.95%
G=40.41%
B=46.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal501561800.720.1300.29191.0856.5245.1
Hex329CB448D01Dbf392d
Octal62234264110150352777155
Binary11001010011100101101001001000110101110110111111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329cb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,156,180); }

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

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

 a { background-color: rgb(50,156,180); }

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

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

 span { border-color: rgb(50,156,180); }

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