#36275F

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

Shades of Paris M #36275F

Tints of Paris M #36275F

Color information

#36275F (or 0x36275F) is unknown color: approx Paris M. HEX triplet: 36, 27 and 5F. RGB value is (54,39,95). Sum of RGB (Red+Green+Blue) = 54+39+95=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 95 (37.5% from 255 or 50.53% from 188); Max value from RGB is 95 - color contains mainly: blue. Hex color #36275F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36275F is #C9D8A0. Grayscale: #313131. Windows color (decimal): -13228193 or 6235958. OLE color: 6235958.

HSL color Cylindrical-coordinate representation of color #36275F: hue angle of 256.07º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #36275F is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB543995-
CMYK0.430.5900.63
HSL256.07º41.79%26.27%-
HSV(B)256.07º58.95%37.25%-
XYZ4.313.0611.19-
YUV49.87153.47130.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.72%
GREEN value IS 39 (15.62% from 255) = 20.74%
BLUE value IS 95 (37.5% from 255) = 50.53%
R=28.72%
G=20.74%
B=50.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5439950.430.5900.63256.0741.7926.27
Hex36275F2B3B03F1002a1a
Octal664713753730774005232
Binary1101101001111011111101011111011011111110000000010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36275F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36275F; }

 p { color: rgb(54,39,95); }

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

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

 a { background-color: rgb(54,39,95); }

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

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

 span { border-color: rgb(54,39,95); }

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