#35236C

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

Shades of Paris M #35236C

Tints of Paris M #35236C

Color information

#35236C (or 0x35236C) is unknown color: approx Paris M. HEX triplet: 35, 23 and 6C. RGB value is (53,35,108). Sum of RGB (Red+Green+Blue) = 53+35+108=196 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.04% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 108 (42.58% from 255 or 55.10% from 196); Max value from RGB is 108 - color contains mainly: blue. Hex color #35236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #35236C is #CADC93. Grayscale: #303030. Windows color (decimal): -13294740 or 7086901. OLE color: 7086901.

HSL color Cylindrical-coordinate representation of color #35236C: hue angle of 254.79º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35236C is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5335108-
CMYK0.510.6800.58
HSL254.79º51.05%28.04%-
HSV(B)254.79º67.59%42.35%-
XYZ4.783.0414.52-
YUV48.7161.46131.06-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.04%
GREEN value IS 35 (14.06% from 255) = 17.86%
BLUE value IS 108 (42.58% from 255) = 55.10%
R=27.04%
G=17.86%
B=55.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53351080.510.6800.58254.7951.0528.04
Hex35236C334403Aff331c
Octal6543154631040723776334
Binary1101011000111101100110011100010001110101111111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35236C; }

 p { color: rgb(53,35,108); }

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

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

 a { background-color: rgb(53,35,108); }

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

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

 span { border-color: rgb(53,35,108); }

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