#332A6C

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

Shades of Paris M #332A6C

Tints of Paris M #332A6C

Color information

#332A6C (or 0x332A6C) is unknown color: approx Paris M. HEX triplet: 33, 2A and 6C. RGB value is (51,42,108). Sum of RGB (Red+Green+Blue) = 51+42+108=201 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.37% from 201); Green value is 42 (16.80% from 255 or 20.90% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #332A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332A6C is #CCD593. Grayscale: #333333. Windows color (decimal): -13424020 or 7088691. OLE color: 7088691.

HSL color Cylindrical-coordinate representation of color #332A6C: hue angle of 248.18º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #332A6C is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5142108-
CMYK0.530.6100.58
HSL248.18º44%29.41%-
HSV(B)248.18º61.11%42.35%-
XYZ4.93.4414.59-
YUV52.22159.48127.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.37%
GREEN value IS 42 (16.80% from 255) = 20.90%
BLUE value IS 108 (42.58% from 255) = 53.73%
R=25.37%
G=20.90%
B=53.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal51421080.530.6100.58248.184429.41
Hex332A6C353D03Af82c1d
Octal635215465750723705435
Binary110011101010110110011010111110101110101111100010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,42,108); }

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

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

 a { background-color: rgb(51,42,108); }

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

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

 span { border-color: rgb(51,42,108); }

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