Html Css Color HEX #362855 Cherry Pie

📋 copy color: '#362855'

red 54 ◦ green 40 ◦ blue 85

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

Shades of Cherry Pie #362855

Tints of Cherry Pie #362855

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.35%

 BLUE value IS 85 (33.59% from 255) = 47.49%

R = 30.17%
G = 22.35%
B = 47.49%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#362855 (or 0x362855) is known color: Cherry Pie. HEX triplet: 36, 28 and 55. RGB value is (54,40,85). Sum of RGB (Red+Green+Blue) = 54+40+85=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 85 (33.59% from 255 or 47.49% from 179); Max value from RGB is 85 - color contains mainly: blue. Hex color #362855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362855 is #C9D7AA. Grayscale: #313131. Windows color (decimal): -13227947 or 5580854. OLE color: 5580854.

HSL color Cylindrical-coordinate representation of color #362855: hue angle of 258.67º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #362855 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 40 85 -
CMYK 0.36 0.53 0 0.67
HSL 258.67º 0.36% 0.25% -
HSV(B) 258.67º 0.53% 0.33% -
XYZ 3.92 2.96 8.96 -
YUV 49.32 148.14 131.34 -
System Red Green Blue C M Y K H S L
Decimal 54 40 85 0.36 0.53 0 0.67 258.67 0.36 0.25
Hex 36 28 55 24 35 0 43 103 24 19
Octal 66 50 125 44 65 0 103 403 44 31
Binary 110110 101000 1010101 100100 110101 0 1000011 100000011 100100 11001

Color Harmonies of #362855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362855

Black with #362855

Text Example


Text Example

White with #362855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362855; }

 p { color: rgb(54,40,85); }

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

background-color css

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

 a { background-color: rgb(54,40,85); }

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

border-color css

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

 span { border-color: rgb(54,40,85); }

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