Html Css Color HEX #36294D Cherry Pie

📋 copy color: '#36294D'

red 54 ◦ green 41 ◦ blue 77

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

Shades of Cherry Pie #36294D

Tints of Cherry Pie #36294D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 44.77%

R = 31.4%
G = 23.84%
B = 44.77%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#36294D (or 0x36294D) is known color: Cherry Pie. HEX triplet: 36, 29 and 4D. RGB value is (54,41,77). Sum of RGB (Red+Green+Blue) = 54+41+77=172 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.40% from 172); Green value is 41 (16.41% from 255 or 23.84% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #36294D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #36294D is #C9D6B2. Grayscale: #303030. Windows color (decimal): -13227699 or 5056822. OLE color: 5056822.

HSL color Cylindrical-coordinate representation of color #36294D: hue angle of 261.67º degrees, saturation: 0.31, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #36294D is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 41 77 -
CMYK 0.30 0.47 0 0.70
HSL 261.67º 0.31% 0.23% -
HSV(B) 261.67º 0.47% 0.3% -
XYZ 3.65 2.91 7.39 -
YUV 48.99 143.81 131.57 -
System Red Green Blue C M Y K H S L
Decimal 54 41 77 0.30 0.47 0 0.70 261.67 0.31 0.23
Hex 36 29 4D 1E 2F 0 46 106 1F 17
Octal 66 51 115 36 57 0 106 406 37 27
Binary 110110 101001 1001101 11110 101111 0 1000110 100000110 11111 10111

Color Harmonies of #36294D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36294D

Black with #36294D

Text Example


Text Example

White with #36294D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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