Html Css Color HEX #362E4D Cherry Pie

📋 copy color: '#362E4D'

red 54 ◦ green 46 ◦ blue 77

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

Shades of Cherry Pie #362E4D

Tints of Cherry Pie #362E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 25.99%

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

R = 30.51%
G = 25.99%
B = 43.5%

CMYK

 C value IS 0.30

 M value IS 0.40

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#362E4D (or 0x362E4D) is known color: Cherry Pie. HEX triplet: 36, 2E and 4D. RGB value is (54,46,77). Sum of RGB (Red+Green+Blue) = 54+46+77=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #362E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362E4D is #C9D1B2. Grayscale: #333333. Windows color (decimal): -13226419 or 5058102. OLE color: 5058102.

HSL color Cylindrical-coordinate representation of color #362E4D: hue angle of 255.48º degrees, saturation: 0.25, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #362E4D is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 54 46 77 -
CMYK 0.30 0.40 0 0.70
HSL 255.48º 0.25% 0.24% -
HSV(B) 255.48º 0.4% 0.3% -
XYZ 3.84 3.27 7.45 -
YUV 51.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 54 46 77 0.30 0.40 0 0.70 255.48 0.25 0.24
Hex 36 2E 4D 1E 28 0 46 FF 19 18
Octal 66 56 115 36 50 0 106 377 31 30
Binary 110110 101110 1001101 11110 101000 0 1000110 11111111 11001 11000

Color Harmonies of #362E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362E4D

Black with #362E4D

Text Example


Text Example

White with #362E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362E4D; }

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

 H1.HeaderClassName
 {
   color: #362E4D;
 }
 .AnyTagClassName
 {
   color: #362E4D;
 }
</style>

background-color css

<style>
 a { background-color: #362E4D; }

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

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

border-color css

<style>
 span { border-color: #362E4D; }

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

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