#329EB6

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

Shades of Pelorous #329EB6

Tints of Pelorous #329EB6

Color information

#329EB6 (or 0x329EB6) is unknown color: approx Pelorous. HEX triplet: 32, 9E and B6. RGB value is (50,158,182). Sum of RGB (Red+Green+Blue) = 50+158+182=390 (51% of max value = 765). Red value is 50 (19.92% from 255 or 12.82% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 182 (71.48% from 255 or 46.67% from 390); Max value from RGB is 182 - color contains mainly: blue. Hex color #329EB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329EB6 is #CD6149. Grayscale: #808080. Windows color (decimal): -13459786 or 11968050. OLE color: 11968050.

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

Color convert

RGB50158182-
CMYK0.730.1300.29
HSL190.91º56.9%45.49%-
HSV(B)190.91º72.53%71.37%-
XYZ21.9928.5148.6-
YUV128.44158.2272.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.82%
GREEN value IS 158 (62.11% from 255) = 40.51%
BLUE value IS 182 (71.48% from 255) = 46.67%
R=12.82%
G=40.51%
B=46.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal501581820.730.1300.29190.9156.945.49
Hex329EB649D01Dbf392d
Octal62236266111150352777155
Binary11001010011110101101101001001110101110110111111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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