Html Css Color HEX #36266C Paris M

📋 copy color: '#36266C'

red 54 ◦ green 38 ◦ blue 108

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

Shades of Paris M #36266C

Tints of Paris M #36266C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19%

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

R = 27%
G = 19%
B = 54%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36266C (or 0x36266C) is known color: Paris M. HEX triplet: 36, 26 and 6C. RGB value is (54,38,108). Sum of RGB (Red+Green+Blue) = 54+38+108=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #36266C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36266C is #C9D993. Grayscale: #323232. Windows color (decimal): -13228436 or 7087670. OLE color: 7087670.

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

Color convert

RGB 54 38 108 -
CMYK 0.50 0.65 0 0.58
HSL 253.71º 0.48% 0.29% -
HSV(B) 253.71º 0.65% 0.42% -
XYZ 4.92 3.25 14.56 -
YUV 50.76 160.3 130.31 -
System Red Green Blue C M Y K H S L
Decimal 54 38 108 0.50 0.65 0 0.58 253.71 0.48 0.29
Hex 36 26 6C 32 41 0 3A FE 30 1D
Octal 66 46 154 62 101 0 72 376 60 35
Binary 110110 100110 1101100 110010 1000001 0 111010 11111110 110000 11101

Color Harmonies of #36266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36266C

Black with #36266C

Text Example


Text Example

White with #36266C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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