Html Css Color HEX #36296C Paris M

📋 copy color: '#36296C'

red 54 ◦ green 41 ◦ blue 108

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

Shades of Paris M #36296C

Tints of Paris M #36296C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.2%

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

R = 26.6%
G = 20.2%
B = 53.2%

CMYK

 C value IS 0.50

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36296C (or 0x36296C) is known color: Paris M. HEX triplet: 36, 29 and 6C. RGB value is (54,41,108). Sum of RGB (Red+Green+Blue) = 54+41+108=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #36296C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36296C is #C9D693. Grayscale: #343434. Windows color (decimal): -13227668 or 7088438. OLE color: 7088438.

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

Color convert

RGB 54 41 108 -
CMYK 0.50 0.62 0 0.58
HSL 251.64º 0.45% 0.29% -
HSV(B) 251.64º 0.62% 0.42% -
XYZ 5.02 3.45 14.59 -
YUV 52.53 159.31 129.05 -
System Red Green Blue C M Y K H S L
Decimal 54 41 108 0.50 0.62 0 0.58 251.64 0.45 0.29
Hex 36 29 6C 32 3E 0 3A FC 2D 1D
Octal 66 51 154 62 76 0 72 374 55 35
Binary 110110 101001 1101100 110010 111110 0 111010 11111100 101101 11101

Color Harmonies of #36296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36296C

Black with #36296C

Text Example


Text Example

White with #36296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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