Html Css Color HEX #36286C Paris M

📋 copy color: '#36286C'

red 54 ◦ green 40 ◦ blue 108

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

Shades of Paris M #36286C

Tints of Paris M #36286C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.8%

 BLUE value IS 108 (42.58% from 255) = 53.47%

R = 26.73%
G = 19.8%
B = 53.47%

CMYK

 C value IS 0.50

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36286C (or 0x36286C) is known color: Paris M. HEX triplet: 36, 28 and 6C. RGB value is (54,40,108). Sum of RGB (Red+Green+Blue) = 54+40+108=202 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.73% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #36286C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36286C is #C9D793. Grayscale: #333333. Windows color (decimal): -13227924 or 7088182. OLE color: 7088182.

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

Color convert

RGB 54 40 108 -
CMYK 0.50 0.63 0 0.58
HSL 252.35º 0.46% 0.29% -
HSV(B) 252.35º 0.63% 0.42% -
XYZ 4.99 3.38 14.58 -
YUV 51.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 54 40 108 0.50 0.63 0 0.58 252.35 0.46 0.29
Hex 36 28 6C 32 3F 0 3A FC 2E 1D
Octal 66 50 154 62 77 0 72 374 56 35
Binary 110110 101000 1101100 110010 111111 0 111010 11111100 101110 11101

Color Harmonies of #36286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36286C

Black with #36286C

Text Example


Text Example

White with #36286C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36286C;
 }
 .AnyTagClassName
 {
   color: #36286C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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