#332B66

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

Shades of Paris M #332B66

Tints of Paris M #332B66

Color information

#332B66 (or 0x332B66) is unknown color: approx Paris M. HEX triplet: 33, 2B and 66. RGB value is (51,43,102). Sum of RGB (Red+Green+Blue) = 51+43+102=196 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.02% from 196); Green value is 43 (17.19% from 255 or 21.94% from 196); Blue value is 102 (40.23% from 255 or 52.04% from 196); Max value from RGB is 102 - color contains mainly: blue. Hex color #332B66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332B66 is #CCD499. Grayscale: #333333. Windows color (decimal): -13423770 or 6695731. OLE color: 6695731.

HSL color Cylindrical-coordinate representation of color #332B66: hue angle of 248.14º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #332B66 is Cyan = 0.5, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB5143102-
CMYK0.50.5800.6
HSL248.14º40.69%28.43%-
HSV(B)248.14º57.84%40%-
XYZ4.633.3912.98-
YUV52.12156.15127.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.02%
GREEN value IS 43 (17.19% from 255) = 21.94%
BLUE value IS 102 (40.23% from 255) = 52.04%
R=26.02%
G=21.94%
B=52.04%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal51431020.50.5800.6248.1440.6928.43
Hex332B66323A03Cf8291c
Octal635314662720743705134
Binary110011101011110011011001011101001111001111100010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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