#36266C

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

Shades of Paris M #36266C

Tints of Paris M #36266C

Color information

#36266C (or 0x36266C) is unknown color: approx Paris M. HEX triplet: 36, 26 and 6C. RGB value is (54,38,108). Sum of RGB (Red+Green+Blue) = 54+38+108=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #36266C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36266C is #C9D993. Grayscale: #323232. Windows color (decimal): -13228436 or 7087670. OLE color: 7087670.

HSL color Cylindrical-coordinate representation of color #36266C: hue angle of 253.71º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36266C is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5438108-
CMYK0.500.6500.58
HSL253.71º47.95%28.63%-
HSV(B)253.71º64.81%42.35%-
XYZ4.923.2514.56-
YUV50.76160.3130.31-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 27%
GREEN value IS 38 (15.23% from 255) = 19%
BLUE value IS 108 (42.58% from 255) = 54%
R=27%
G=19%
B=54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal54381080.500.6500.58253.7147.9528.63
Hex36266C324103Afe301d
Octal6646154621010723766035
Binary1101101001101101100110010100000101110101111111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,38,108); }

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

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

 a { background-color: rgb(54,38,108); }

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

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

 span { border-color: rgb(54,38,108); }

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