#332265

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

Shades of Paris M #332265

Tints of Paris M #332265

Color information

#332265 (or 0x332265) is unknown color: approx Paris M. HEX triplet: 33, 22 and 65. RGB value is (51,34,101). Sum of RGB (Red+Green+Blue) = 51+34+101=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 101 (39.84% from 255 or 54.30% from 186); Max value from RGB is 101 - color contains mainly: blue. Hex color #332265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332265 is #CCDD9A. Grayscale: #2E2E2E. Windows color (decimal): -13426075 or 6627891. OLE color: 6627891.

HSL color Cylindrical-coordinate representation of color #332265: hue angle of 255.22º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #332265 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5134101-
CMYK0.500.6600.60
HSL255.22º49.63%26.47%-
HSV(B)255.22º66.34%39.61%-
XYZ4.292.7912.62-
YUV46.72158.63131.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.42%
GREEN value IS 34 (13.67% from 255) = 18.28%
BLUE value IS 101 (39.84% from 255) = 54.30%
R=27.42%
G=18.28%
B=54.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51341010.500.6600.60255.2249.6326.47
Hex332265324203Cff321a
Octal6342145621020743776232
Binary1100111000101100101110010100001001111001111111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332265; }

 p { color: rgb(51,34,101); }

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

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

 a { background-color: rgb(51,34,101); }

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

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

 span { border-color: rgb(51,34,101); }

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