#329CC7

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

Shades of Pelorous #329CC7

Tints of Pelorous #329CC7

Color information

#329CC7 (or 0x329CC7) is unknown color: approx Pelorous. HEX triplet: 32, 9C and C7. RGB value is (50,156,199). Sum of RGB (Red+Green+Blue) = 50+156+199=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 156 (61.33% from 255 or 38.52% from 405); Blue value is 199 (78.12% from 255 or 49.14% from 405); Max value from RGB is 199 - color contains mainly: blue. Hex color #329CC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329CC7 is #CD6338. Grayscale: #808080. Windows color (decimal): -13460281 or 13081650. OLE color: 13081650.

HSL color Cylindrical-coordinate representation of color #329CC7: hue angle of 197.32º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #329CC7 is Cyan = 0.75, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB50156199-
CMYK0.750.2200.22
HSL197.32º59.84%48.82%-
HSV(B)197.32º74.87%78.04%-
XYZ23.5128.5858.31-
YUV129.21167.3871.5-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.35%
GREEN value IS 156 (61.33% from 255) = 38.52%
BLUE value IS 199 (78.12% from 255) = 49.14%
R=12.35%
G=38.52%
B=49.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal501561990.750.2200.22197.3259.8448.82
Hex329CC74B16016c53c31
Octal62234307113260263057461
Binary110010100111001100011110010111011001011011000101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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