#329DC1

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

Shades of Pelorous #329DC1

Tints of Pelorous #329DC1

Color information

#329DC1 (or 0x329DC1) is unknown color: approx Pelorous. HEX triplet: 32, 9D and C1. RGB value is (50,157,193). Sum of RGB (Red+Green+Blue) = 50+157+193=400 (52% of max value = 765). Red value is 50 (19.92% from 255 or 12.5% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 193 (75.78% from 255 or 48.25% from 400); Max value from RGB is 193 - color contains mainly: blue. Hex color #329DC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329DC1 is #CD623E. Grayscale: #808080. Windows color (decimal): -13460031 or 12688690. OLE color: 12688690.

HSL color Cylindrical-coordinate representation of color #329DC1: hue angle of 195.1º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #329DC1 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB50157193-
CMYK0.740.1900.24
HSL195.1º58.85%47.65%-
HSV(B)195.1º74.09%75.69%-
XYZ2328.6454.77-
YUV129.11164.0571.57-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.5%
GREEN value IS 157 (61.72% from 255) = 39.25%
BLUE value IS 193 (75.78% from 255) = 48.25%
R=12.5%
G=39.25%
B=48.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal501571930.740.1900.24195.158.8547.65
Hex329DC14A13018c33b30
Octal62235301112230303037360
Binary110010100111011100000110010101001101100011000011111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,157,193); }

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

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

 a { background-color: rgb(50,157,193); }

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

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

 span { border-color: rgb(50,157,193); }

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