Html Css Color HEX #362555 Cherry Pie

📋 copy color: '#362555'

red 54 ◦ green 37 ◦ blue 85

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

Shades of Cherry Pie #362555

Tints of Cherry Pie #362555

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.02%

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

R = 30.68%
G = 21.02%
B = 48.3%

CMYK

 C value IS 0.36

 M value IS 0.56

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#362555 (or 0x362555) is known color: Cherry Pie. HEX triplet: 36, 25 and 55. RGB value is (54,37,85). Sum of RGB (Red+Green+Blue) = 54+37+85=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 85 (33.59% from 255 or 48.30% from 176); Max value from RGB is 85 - color contains mainly: blue. Hex color #362555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362555 is #C9DAAA. Grayscale: #2F2F2F. Windows color (decimal): -13228715 or 5580086. OLE color: 5580086.

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

Color convert

RGB 54 37 85 -
CMYK 0.36 0.56 0 0.67
HSL 261.25º 0.39% 0.24% -
HSV(B) 261.25º 0.56% 0.33% -
XYZ 3.82 2.76 8.93 -
YUV 47.56 149.13 132.6 -
System Red Green Blue C M Y K H S L
Decimal 54 37 85 0.36 0.56 0 0.67 261.25 0.39 0.24
Hex 36 25 55 24 38 0 43 105 27 18
Octal 66 45 125 44 70 0 103 405 47 30
Binary 110110 100101 1010101 100100 111000 0 1000011 100000101 100111 11000

Color Harmonies of #362555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362555

Black with #362555

Text Example


Text Example

White with #362555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362555; }

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

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

background-color css

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

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

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

border-color css

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

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

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