#332E61

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

Shades of Paris M #332E61

Tints of Paris M #332E61

Color information

#332E61 (or 0x332E61) is unknown color: approx Paris M. HEX triplet: 33, 2E and 61. RGB value is (51,46,97). Sum of RGB (Red+Green+Blue) = 51+46+97=194 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.29% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #332E61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332E61 is #CCD19E. Grayscale: #353535. Windows color (decimal): -13423007 or 6368819. OLE color: 6368819.

HSL color Cylindrical-coordinate representation of color #332E61: hue angle of 245.88º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #332E61 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB514697-
CMYK0.470.5300.62
HSL245.88º35.66%28.04%-
HSV(B)245.88º52.58%38.04%-
XYZ4.53.5211.75-
YUV53.31152.66126.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.29%
GREEN value IS 46 (18.36% from 255) = 23.71%
BLUE value IS 97 (38.28% from 255) = 50%
R=26.29%
G=23.71%
B=50%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5146970.470.5300.62245.8835.6628.04
Hex332E612F3503Ef6241c
Octal635614157650763664434
Binary110011101110110000110111111010101111101111011010010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,46,97); }

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

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

 a { background-color: rgb(51,46,97); }

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

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

 span { border-color: rgb(51,46,97); }

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