#362868

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

Shades of Paris M #362868

Tints of Paris M #362868

Color information

#362868 (or 0x362868) is unknown color: approx Paris M. HEX triplet: 36, 28 and 68. RGB value is (54,40,104). Sum of RGB (Red+Green+Blue) = 54+40+104=198 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.27% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #362868 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362868 is #C9D797. Grayscale: #333333. Windows color (decimal): -13227928 or 6826038. OLE color: 6826038.

HSL color Cylindrical-coordinate representation of color #362868: hue angle of 253.12º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #362868 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5440104-
CMYK0.480.6200.59
HSL253.12º44.44%28.24%-
HSV(B)253.12º61.54%40.78%-
XYZ4.783.313.48-
YUV51.48157.64129.8-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27.27%
GREEN value IS 40 (16.02% from 255) = 20.20%
BLUE value IS 104 (41.02% from 255) = 52.53%
R=27.27%
G=20.20%
B=52.53%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54401040.480.6200.59253.1244.4428.24
Hex362868303E03Bfd2c1c
Octal665015060760733755434
Binary110110101000110100011000011111001110111111110110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362868; }

 p { color: rgb(54,40,104); }

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

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

 a { background-color: rgb(54,40,104); }

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

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

 span { border-color: rgb(54,40,104); }

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