Html Css Color HEX #332E5D Paris M

📋 copy color: '#332E5D'

red 51 ◦ green 46 ◦ blue 93

#332E5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #332E5D

Tints of Paris M #332E5D

RGB

 RED value IS 51 (20.31% from 255) = 26.84%

 GREEN value IS 46 (18.36% from 255) = 24.21%

 BLUE value IS 93 (36.72% from 255) = 48.95%

R = 26.84%
G = 24.21%
B = 48.95%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#332E5D (or 0x332E5D) is known color: Paris M. HEX triplet: 33, 2E and 5D. RGB value is (51,46,93). Sum of RGB (Red+Green+Blue) = 51+46+93=190 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.84% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #332E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332E5D is #CCD1A2. Grayscale: #343434. Windows color (decimal): -13423011 or 6106675. OLE color: 6106675.

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

Color convert

RGB 51 46 93 -
CMYK 0.45 0.51 0 0.64
HSL 246.38º 0.34% 0.27% -
HSV(B) 246.38º 0.51% 0.36% -
XYZ 4.32 3.45 10.79 -
YUV 52.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 51 46 93 0.45 0.51 0 0.64 246.38 0.34 0.27
Hex 33 2E 5D 2D 33 0 40 F6 22 1B
Octal 63 56 135 55 63 0 100 366 42 33
Binary 110011 101110 1011101 101101 110011 0 1000000 11110110 100010 11011

Color Harmonies of #332E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332E5D

Black with #332E5D

Text Example


Text Example

White with #332E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #332E5D;
 }
 .AnyTagClassName
 {
   color: #332E5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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