#36266D

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

Shades of Paris M #36266D

Tints of Paris M #36266D

Color information

#36266D (or 0x36266D) is unknown color: approx Paris M. HEX triplet: 36, 26 and 6D. RGB value is (54,38,109). Sum of RGB (Red+Green+Blue) = 54+38+109=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #36266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36266D is #C9D992. Grayscale: #323232. Windows color (decimal): -13228435 or 7153206. OLE color: 7153206.

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

Color convert

RGB5438109-
CMYK0.500.6500.57
HSL253.52º48.3%28.82%-
HSV(B)253.52º65.14%42.75%-
XYZ4.973.2714.84-
YUV50.88160.8130.23-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 26.87%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 109 (42.97% from 255) = 54.23%
R=26.87%
G=18.91%
B=54.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal54381090.500.6500.57253.5248.328.82
Hex36266D3241039fe301d
Octal6646155621010713766035
Binary1101101001101101101110010100000101110011111111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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