Html Css Color HEX #36256E Paris M

📋 copy color: '#36256E'

red 54 ◦ green 37 ◦ blue 110

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

Shades of Paris M #36256E

Tints of Paris M #36256E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 54.73%

R = 26.87%
G = 18.41%
B = 54.73%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#36256E (or 0x36256E) is known color: Paris M. HEX triplet: 36, 25 and 6E. RGB value is (54,37,110). Sum of RGB (Red+Green+Blue) = 54+37+110=201 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.87% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 110 (43.36% from 255 or 54.73% from 201); Max value from RGB is 110 - color contains mainly: blue. Hex color #36256E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36256E is #C9DA91. Grayscale: #323232. Windows color (decimal): -13228690 or 7218486. OLE color: 7218486.

HSL color Cylindrical-coordinate representation of color #36256E: hue angle of 253.97º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #36256E is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 54 37 110 -
CMYK 0.51 0.66 0 0.57
HSL 253.97º 0.5% 0.29% -
HSV(B) 253.97º 0.66% 0.43% -
XYZ 5 3.23 15.11 -
YUV 50.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 54 37 110 0.51 0.66 0 0.57 253.97 0.5 0.29
Hex 36 25 6E 33 42 0 39 FE 32 1D
Octal 66 45 156 63 102 0 71 376 62 35
Binary 110110 100101 1101110 110011 1000010 0 111001 11111110 110010 11101

Color Harmonies of #36256E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36256E

Black with #36256E

Text Example


Text Example

White with #36256E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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