Html Css Color HEX #36294F Cherry Pie

📋 copy color: '#36294F'

red 54 ◦ green 41 ◦ blue 79

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

Shades of Cherry Pie #36294F

Tints of Cherry Pie #36294F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 45.4%

R = 31.03%
G = 23.56%
B = 45.4%

CMYK

 C value IS 0.32

 M value IS 0.48

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#36294F (or 0x36294F) is known color: Cherry Pie. HEX triplet: 36, 29 and 4F. RGB value is (54,41,79). Sum of RGB (Red+Green+Blue) = 54+41+79=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 41 (16.41% from 255 or 23.56% from 174); Blue value is 79 (31.25% from 255 or 45.40% from 174); Max value from RGB is 79 - color contains mainly: blue. Hex color #36294F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36294F is #C9D6B0. Grayscale: #313131. Windows color (decimal): -13227697 or 5187894. OLE color: 5187894.

HSL color Cylindrical-coordinate representation of color #36294F: hue angle of 260.53º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36294F is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 41 79 -
CMYK 0.32 0.48 0 0.69
HSL 260.53º 0.32% 0.24% -
HSV(B) 260.53º 0.48% 0.31% -
XYZ 3.73 2.93 7.77 -
YUV 49.22 144.81 131.41 -
System Red Green Blue C M Y K H S L
Decimal 54 41 79 0.32 0.48 0 0.69 260.53 0.32 0.24
Hex 36 29 4F 20 30 0 45 105 20 18
Octal 66 51 117 40 60 0 105 405 40 30
Binary 110110 101001 1001111 100000 110000 0 1000101 100000101 100000 11000

Color Harmonies of #36294F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36294F

Black with #36294F

Text Example


Text Example

White with #36294F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36294F; }

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

 H1.HeaderClassName
 {
   color: #36294F;
 }
 .AnyTagClassName
 {
   color: #36294F;
 }
</style>

background-color css

<style>
 a { background-color: #36294F; }

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

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

border-color css

<style>
 span { border-color: #36294F; }

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

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