Html Css Color HEX #36256C Paris M

📋 copy color: '#36256C'

red 54 ◦ green 37 ◦ blue 108

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

Shades of Paris M #36256C

Tints of Paris M #36256C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.59%

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

R = 27.14%
G = 18.59%
B = 54.27%

CMYK

 C value IS 0.50

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#36256C (or 0x36256C) is known color: Paris M. HEX triplet: 36, 25 and 6C. RGB value is (54,37,108). Sum of RGB (Red+Green+Blue) = 54+37+108=199 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27.14% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 108 (42.58% from 255 or 54.27% from 199); Max value from RGB is 108 - color contains mainly: blue. Hex color #36256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36256C is #C9DA93. Grayscale: #313131. Windows color (decimal): -13228692 or 7087414. OLE color: 7087414.

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

Color convert

RGB 54 37 108 -
CMYK 0.50 0.66 0 0.58
HSL 254.37º 0.49% 0.28% -
HSV(B) 254.37º 0.66% 0.42% -
XYZ 4.89 3.19 14.55 -
YUV 50.18 160.63 130.73 -
System Red Green Blue C M Y K H S L
Decimal 54 37 108 0.50 0.66 0 0.58 254.37 0.49 0.28
Hex 36 25 6C 32 42 0 3A FE 31 1C
Octal 66 45 154 62 102 0 72 376 61 34
Binary 110110 100101 1101100 110010 1000010 0 111010 11111110 110001 11100

Color Harmonies of #36256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36256C

Black with #36256C

Text Example


Text Example

White with #36256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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