#352467

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

Shades of Paris M #352467

Tints of Paris M #352467

Color information

#352467 (or 0x352467) is unknown color: approx Paris M. HEX triplet: 35, 24 and 67. RGB value is (53,36,103). Sum of RGB (Red+Green+Blue) = 53+36+103=192 (25% of max value = 765). Red value is 53 (21.09% from 255 or 27.60% from 192); Green value is 36 (14.45% from 255 or 18.75% from 192); Blue value is 103 (40.62% from 255 or 53.65% from 192); Max value from RGB is 103 - color contains mainly: blue. Hex color #352467 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #352467 is #CADB98. Grayscale: #303030. Windows color (decimal): -13294489 or 6759477. OLE color: 6759477.

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

Color convert

RGB5336103-
CMYK0.490.6500.60
HSL255.22º48.2%27.25%-
HSV(B)255.22º65.05%40.39%-
XYZ4.55313.17-
YUV48.72158.63131.05-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 27.60%
GREEN value IS 36 (14.45% from 255) = 18.75%
BLUE value IS 103 (40.62% from 255) = 53.65%
R=27.60%
G=18.75%
B=53.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53361030.490.6500.60255.2248.227.25
Hex352467314103Cff301b
Octal6544147611010743776033
Binary1101011001001100111110001100000101111001111111111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352467; }

 p { color: rgb(53,36,103); }

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

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

 a { background-color: rgb(53,36,103); }

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

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

 span { border-color: rgb(53,36,103); }

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