#36285E

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

Shades of Paris M #36285E

Tints of Paris M #36285E

Color information

#36285E (or 0x36285E) is unknown color: approx Paris M. HEX triplet: 36, 28 and 5E. RGB value is (54,40,94). Sum of RGB (Red+Green+Blue) = 54+40+94=188 (24% of max value = 765). Red value is 54 (21.48% from 255 or 28.72% from 188); Green value is 40 (16.02% from 255 or 21.28% from 188); Blue value is 94 (37.11% from 255 or 50% from 188); Max value from RGB is 94 - color contains mainly: blue. Hex color #36285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36285E is #C9D7A1. Grayscale: #323232. Windows color (decimal): -13227938 or 6170678. OLE color: 6170678.

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

Color convert

RGB544094-
CMYK0.430.5700.63
HSL255.56º40.3%26.27%-
HSV(B)255.56º57.45%36.86%-
XYZ4.33.1110.96-
YUV50.34152.64130.61-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.72%
GREEN value IS 40 (16.02% from 255) = 21.28%
BLUE value IS 94 (37.11% from 255) = 50%
R=28.72%
G=21.28%
B=50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5440940.430.5700.63255.5640.326.27
Hex36285E2B3903F100281a
Octal665013653710774005032
Binary1101101010001011110101011111001011111110000000010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36285E; }

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

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

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

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

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

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

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

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