#332A6E

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

Shades of Paris M #332A6E

Tints of Paris M #332A6E

Color information

#332A6E (or 0x332A6E) is unknown color: approx Paris M. HEX triplet: 33, 2A and 6E. RGB value is (51,42,110). Sum of RGB (Red+Green+Blue) = 51+42+110=203 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.12% from 203); Green value is 42 (16.80% from 255 or 20.69% from 203); Blue value is 110 (43.36% from 255 or 54.19% from 203); Max value from RGB is 110 - color contains mainly: blue. Hex color #332A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332A6E is #CCD591. Grayscale: #343434. Windows color (decimal): -13424018 or 7219763. OLE color: 7219763.

HSL color Cylindrical-coordinate representation of color #332A6E: hue angle of 247.94º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #332A6E is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5142110-
CMYK0.540.6200.57
HSL247.94º44.74%29.8%-
HSV(B)247.94º61.82%43.14%-
XYZ5.013.4915.16-
YUV52.44160.48126.97-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.12%
GREEN value IS 42 (16.80% from 255) = 20.69%
BLUE value IS 110 (43.36% from 255) = 54.19%
R=25.12%
G=20.69%
B=54.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal51421100.540.6200.57247.9444.7429.8
Hex332A6E363E039f82d1e
Octal635215666760713705536
Binary110011101010110111011011011111001110011111100010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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