Html Css Color HEX #362C55 Cherry Pie

📋 copy color: '#362C55'

red 54 ◦ green 44 ◦ blue 85

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

Shades of Cherry Pie #362C55

Tints of Cherry Pie #362C55

RGB

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

 GREEN value IS 44 (17.58% from 255) = 24.04%

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

R = 29.51%
G = 24.04%
B = 46.45%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#362C55 (or 0x362C55) is known color: Cherry Pie. HEX triplet: 36, 2C and 55. RGB value is (54,44,85). Sum of RGB (Red+Green+Blue) = 54+44+85=183 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.51% from 183); Green value is 44 (17.58% from 255 or 24.04% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #362C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362C55 is #C9D3AA. Grayscale: #333333. Windows color (decimal): -13226923 or 5581878. OLE color: 5581878.

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

Color convert

RGB 54 44 85 -
CMYK 0.36 0.48 0 0.67
HSL 254.63º 0.32% 0.25% -
HSV(B) 254.63º 0.48% 0.33% -
XYZ 4.06 3.24 9.01 -
YUV 51.66 146.81 129.67 -
System Red Green Blue C M Y K H S L
Decimal 54 44 85 0.36 0.48 0 0.67 254.63 0.32 0.25
Hex 36 2C 55 24 30 0 43 FF 20 19
Octal 66 54 125 44 60 0 103 377 40 31
Binary 110110 101100 1010101 100100 110000 0 1000011 11111111 100000 11001

Color Harmonies of #362C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362C55

Black with #362C55

Text Example


Text Example

White with #362C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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