#329FC7

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

Shades of Pelorous #329FC7

Tints of Pelorous #329FC7

Color information

#329FC7 (or 0x329FC7) is unknown color: approx Pelorous. HEX triplet: 32, 9F and C7. RGB value is (50,159,199). Sum of RGB (Red+Green+Blue) = 50+159+199=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 159 (62.5% from 255 or 38.97% from 408); Blue value is 199 (78.12% from 255 or 48.77% from 408); Max value from RGB is 199 - color contains mainly: blue. Hex color #329FC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #329FC7 is #CD6038. Grayscale: #828282. Windows color (decimal): -13459513 or 13082418. OLE color: 13082418.

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

Color convert

RGB50159199-
CMYK0.750.2000.22
HSL196.11º59.84%48.82%-
HSV(B)196.11º74.87%78.04%-
XYZ24.0229.658.48-
YUV130.97166.3970.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.25%
GREEN value IS 159 (62.5% from 255) = 38.97%
BLUE value IS 199 (78.12% from 255) = 48.77%
R=12.25%
G=38.97%
B=48.77%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal501591990.750.2000.22196.1159.8448.82
Hex329FC74B14016c43c31
Octal62237307113240263047461
Binary110010100111111100011110010111010001011011000100111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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