#332B62

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

Shades of Paris M #332B62

Tints of Paris M #332B62

Color information

#332B62 (or 0x332B62) is unknown color: approx Paris M. HEX triplet: 33, 2B and 62. RGB value is (51,43,98). Sum of RGB (Red+Green+Blue) = 51+43+98=192 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.56% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #332B62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332B62 is #CCD49D. Grayscale: #333333. Windows color (decimal): -13423774 or 6433587. OLE color: 6433587.

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

Color convert

RGB514398-
CMYK0.480.5600.62
HSL248.73º39.01%27.65%-
HSV(B)248.73º56.12%38.43%-
XYZ4.433.3111.96-
YUV51.66154.15127.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.56%
GREEN value IS 43 (17.19% from 255) = 22.40%
BLUE value IS 98 (38.67% from 255) = 51.04%
R=26.56%
G=22.40%
B=51.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5143980.480.5600.62248.7339.0127.65
Hex332B62303803Ef9271c
Octal635314260700763714734
Binary110011101011110001011000011100001111101111100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,43,98); }

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

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

 a { background-color: rgb(51,43,98); }

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

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

 span { border-color: rgb(51,43,98); }

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