#332E5A

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

Shades of Paris M #332E5A

Tints of Paris M #332E5A

Color information

#332E5A (or 0x332E5A) is unknown color: approx Paris M. HEX triplet: 33, 2E and 5A. RGB value is (51,46,90). Sum of RGB (Red+Green+Blue) = 51+46+90=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #332E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332E5A is #CCD1A5. Grayscale: #343434. Windows color (decimal): -13423014 or 5910067. OLE color: 5910067.

HSL color Cylindrical-coordinate representation of color #332E5A: hue angle of 246.82º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #332E5A is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB514690-
CMYK0.430.4900.65
HSL246.82º32.35%26.67%-
HSV(B)246.82º48.89%35.29%-
XYZ4.193.410.11-
YUV52.51149.16126.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.27%
GREEN value IS 46 (18.36% from 255) = 24.60%
BLUE value IS 90 (35.55% from 255) = 48.13%
R=27.27%
G=24.60%
B=48.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5146900.430.4900.65246.8232.3526.67
Hex332E5A2B31041f7201b
Octal6356132536101013674033
Binary1100111011101011010101011110001010000011111011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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