#332A65

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

Shades of Paris M #332A65

Tints of Paris M #332A65

Color information

#332A65 (or 0x332A65) is unknown color: approx Paris M. HEX triplet: 33, 2A and 65. RGB value is (51,42,101). Sum of RGB (Red+Green+Blue) = 51+42+101=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 101 (39.84% from 255 or 52.06% from 194); Max value from RGB is 101 - color contains mainly: blue. Hex color #332A65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332A65 is #CCD59A. Grayscale: #333333. Windows color (decimal): -13424027 or 6629939. OLE color: 6629939.

HSL color Cylindrical-coordinate representation of color #332A65: hue angle of 249.15º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #332A65 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5142101-
CMYK0.500.5800.60
HSL249.15º41.26%28.04%-
HSV(B)249.15º58.42%39.61%-
XYZ4.543.312.71-
YUV51.42155.98127.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.29%
GREEN value IS 42 (16.80% from 255) = 21.65%
BLUE value IS 101 (39.84% from 255) = 52.06%
R=26.29%
G=21.65%
B=52.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51421010.500.5800.60249.1541.2628.04
Hex332A65323A03Cf9291c
Octal635214562720743715134
Binary110011101010110010111001011101001111001111100110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332A65; }

 p { color: rgb(51,42,101); }

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

<style>
 a { background-color: #332A65; }

 a { background-color: rgb(51,42,101); }

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

<style>
 span { border-color: #332A65; }

 span { border-color: rgb(51,42,101); }

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