#32236F

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

Shades of Paris M #32236F

Tints of Paris M #32236F

Color information

#32236F (or 0x32236F) is unknown color: approx Paris M. HEX triplet: 32, 23 and 6F. RGB value is (50,35,111). Sum of RGB (Red+Green+Blue) = 50+35+111=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 111 (43.75% from 255 or 56.63% from 196); Max value from RGB is 111 - color contains mainly: blue. Hex color #32236F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32236F is #CDDC90. Grayscale: #2F2F2F. Windows color (decimal): -13491345 or 7283506. OLE color: 7283506.

HSL color Cylindrical-coordinate representation of color #32236F: hue angle of 251.84º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32236F is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5035111-
CMYK0.550.6800.56
HSL251.84º52.05%28.63%-
HSV(B)251.84º68.47%43.53%-
XYZ4.793.0315.37-
YUV48.15163.47129.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.51%
GREEN value IS 35 (14.06% from 255) = 17.86%
BLUE value IS 111 (43.75% from 255) = 56.63%
R=25.51%
G=17.86%
B=56.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50351110.550.6800.56251.8452.0528.63
Hex32236F3744038fc341d
Octal6243157671040703746435
Binary1100101000111101111110111100010001110001111110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32236F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32236F; }

 p { color: rgb(50,35,111); }

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

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

 a { background-color: rgb(50,35,111); }

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

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

 span { border-color: rgb(50,35,111); }

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