#329AC7

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

Shades of Pelorous #329AC7

Tints of Pelorous #329AC7

Color information

#329AC7 (or 0x329AC7) is unknown color: approx Pelorous. HEX triplet: 32, 9A and C7. RGB value is (50,154,199). Sum of RGB (Red+Green+Blue) = 50+154+199=403 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.41% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 199 (78.12% from 255 or 49.38% from 403); Max value from RGB is 199 - color contains mainly: blue. Hex color #329AC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329AC7 is #CD6538. Grayscale: #7F7F7F. Windows color (decimal): -13460793 or 13081138. OLE color: 13081138.

HSL color Cylindrical-coordinate representation of color #329AC7: hue angle of 198.12º 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 #329AC7 is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB50154199-
CMYK0.750.2300.22
HSL198.12º59.84%48.82%-
HSV(B)198.12º74.87%78.04%-
XYZ23.1827.9158.2-
YUV128.03168.0472.34-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.41%
GREEN value IS 154 (60.55% from 255) = 38.21%
BLUE value IS 199 (78.12% from 255) = 49.38%
R=12.41%
G=38.21%
B=49.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal501541990.750.2300.22198.1259.8448.82
Hex329AC74B17016c63c31
Octal62232307113270263067461
Binary110010100110101100011110010111011101011011000110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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