Html Css Color HEX #36266D Paris M

📋 copy color: '#36266D'

red 54 ◦ green 38 ◦ blue 109

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

Shades of Paris M #36266D

Tints of Paris M #36266D

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 value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36266D (or 0x36266D) is known color: 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

RGB 54 38 109 -
CMYK 0.50 0.65 0 0.57
HSL 253.52º 0.48% 0.29% -
HSV(B) 253.52º 0.65% 0.43% -
XYZ 4.97 3.27 14.84 -
YUV 50.88 160.8 130.23 -
System Red Green Blue C M Y K H S L
Decimal 54 38 109 0.50 0.65 0 0.57 253.52 0.48 0.29
Hex 36 26 6D 32 41 0 39 FE 30 1D
Octal 66 46 155 62 101 0 71 376 60 35
Binary 110110 100110 1101101 110010 1000001 0 111001 11111110 110000 11101

Color Harmonies of #36266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36266D

Black with #36266D

Text Example


Text Example

White with #36266D

Text Example


Text Example

HTML Codes & Css Web 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>