Html Css Color HEX #36295A Cherry Pie

📋 copy color: '#36295A'

red 54 ◦ green 41 ◦ blue 90

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

Shades of Cherry Pie #36295A

Tints of Cherry Pie #36295A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 48.65%

R = 29.19%
G = 22.16%
B = 48.65%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#36295A (or 0x36295A) is known color: Cherry Pie. HEX triplet: 36, 29 and 5A. RGB value is (54,41,90). Sum of RGB (Red+Green+Blue) = 54+41+90=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 41 (16.41% from 255 or 22.16% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #36295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36295A is #C9D6A5. Grayscale: #323232. Windows color (decimal): -13227686 or 5908790. OLE color: 5908790.

HSL color Cylindrical-coordinate representation of color #36295A: hue angle of 255.92º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #36295A is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 41 90 -
CMYK 0.40 0.54 0 0.65
HSL 255.92º 0.37% 0.26% -
HSV(B) 255.92º 0.54% 0.35% -
XYZ 4.16 3.11 10.05 -
YUV 50.47 150.31 130.52 -
System Red Green Blue C M Y K H S L
Decimal 54 41 90 0.40 0.54 0 0.65 255.92 0.37 0.26
Hex 36 29 5A 28 36 0 41 100 25 1A
Octal 66 51 132 50 66 0 101 400 45 32
Binary 110110 101001 1011010 101000 110110 0 1000001 100000000 100101 11010

Color Harmonies of #36295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36295A

Black with #36295A

Text Example


Text Example

White with #36295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36295A; }

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

 H1.HeaderClassName
 {
   color: #36295A;
 }
 .AnyTagClassName
 {
   color: #36295A;
 }
</style>

background-color css

<style>
 a { background-color: #36295A; }

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

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

border-color css

<style>
 span { border-color: #36295A; }

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

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