#332E5B

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

Shades of Paris M #332E5B

Tints of Paris M #332E5B

Color information

#332E5B (or 0x332E5B) is unknown color: approx Paris M. HEX triplet: 33, 2E and 5B. RGB value is (51,46,91). Sum of RGB (Red+Green+Blue) = 51+46+91=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 46 (18.36% from 255 or 24.47% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #332E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332E5B is #CCD1A4. Grayscale: #343434. Windows color (decimal): -13423013 or 5975603. OLE color: 5975603.

HSL color Cylindrical-coordinate representation of color #332E5B: hue angle of 246.67º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #332E5B is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB514691-
CMYK0.440.4900.64
HSL246.67º32.85%26.86%-
HSV(B)246.67º49.45%35.69%-
XYZ4.233.4110.33-
YUV52.62149.66126.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.13%
GREEN value IS 46 (18.36% from 255) = 24.47%
BLUE value IS 91 (35.94% from 255) = 48.40%
R=27.13%
G=24.47%
B=48.40%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5146910.440.4900.64246.6732.8526.86
Hex332E5B2C31040f7211b
Octal6356133546101003674133
Binary1100111011101011011101100110001010000001111011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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