#322C67

Color #322C67 Paris M (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris M #322C67

Tints of Paris M #322C67

Color information

#322C67 (or 0x322C67) is unknown color: approx Paris M. HEX triplet: 32, 2C and 67. RGB value is (50,44,103). Sum of RGB (Red+Green+Blue) = 50+44+103=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 103 (40.62% from 255 or 52.28% from 197); Max value from RGB is 103 - color contains mainly: blue. Hex color #322C67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322C67 is #CDD398. Grayscale: #343434. Windows color (decimal): -13489049 or 6761522. OLE color: 6761522.

HSL color Cylindrical-coordinate representation of color #322C67: hue angle of 246.1º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #322C67 is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5044103-
CMYK0.510.5700.60
HSL246.1º40.14%28.82%-
HSV(B)246.1º57.28%40.39%-
XYZ4.663.4613.25-
YUV52.52156.49126.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.38%
GREEN value IS 44 (17.58% from 255) = 22.34%
BLUE value IS 103 (40.62% from 255) = 52.28%
R=25.38%
G=22.34%
B=52.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal50441030.510.5700.60246.140.1428.82
Hex322C67333903Cf6281d
Octal625414763710743665035
Binary110010101100110011111001111100101111001111011010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322C67; }

 p { color: rgb(50,44,103); }

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

<style>
 a { background-color: #322C67; }

 a { background-color: rgb(50,44,103); }

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

<style>
 span { border-color: #322C67; }

 span { border-color: rgb(50,44,103); }

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