Html Css Color HEX #36325A Paris M

📋 copy color: '#36325A'

red 54 ◦ green 50 ◦ blue 90

#36325A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #36325A

Tints of Paris M #36325A

RGB

 RED value IS 54 (21.48% from 255) = 27.84%

 GREEN value IS 50 (19.92% from 255) = 25.77%

 BLUE value IS 90 (35.55% from 255) = 46.39%

R = 27.84%
G = 25.77%
B = 46.39%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#36325A (or 0x36325A) is known color: Paris M. HEX triplet: 36, 32 and 5A. RGB value is (54,50,90). Sum of RGB (Red+Green+Blue) = 54+50+90=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #36325A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36325A is #C9CDA5. Grayscale: #373737. Windows color (decimal): -13225382 or 5911094. OLE color: 5911094.

HSL color Cylindrical-coordinate representation of color #36325A: hue angle of 246º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #36325A is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 50 90 -
CMYK 0.40 0.44 0 0.65
HSL 246º 0.29% 0.27% -
HSV(B) 246º 0.44% 0.35% -
XYZ 4.51 3.8 10.17 -
YUV 55.76 147.33 126.75 -
System Red Green Blue C M Y K H S L
Decimal 54 50 90 0.40 0.44 0 0.65 246 0.29 0.27
Hex 36 32 5A 28 2C 0 41 F6 1D 1B
Octal 66 62 132 50 54 0 101 366 35 33
Binary 110110 110010 1011010 101000 101100 0 1000001 11110110 11101 11011

Color Harmonies of #36325A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36325A

Black with #36325A

Text Example


Text Example

White with #36325A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36325A; }

 p { color: rgb(54,50,90); }

 H1.HeaderClassName
 {
   color: #36325A;
 }
 .AnyTagClassName
 {
   color: #36325A;
 }
</style>

background-color css

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

 a { background-color: rgb(54,50,90); }

 div.DivClassName
 {
   background-color: #36325A;
 }
 .BgClassName
 {
   background-color: #36325A;
 }
</style>

border-color css

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

 span { border-color: rgb(54,50,90); }

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