Html Css Color HEX #363355 Cherry Pie

📋 copy color: '#363355'

red 54 ◦ green 51 ◦ blue 85

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

Shades of Cherry Pie #363355

Tints of Cherry Pie #363355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.84%

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

R = 28.42%
G = 26.84%
B = 44.74%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#363355 (or 0x363355) is known color: Cherry Pie. HEX triplet: 36, 33 and 55. RGB value is (54,51,85). Sum of RGB (Red+Green+Blue) = 54+51+85=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: blue. Hex color #363355 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363355 is #C9CCAA. Grayscale: #373737. Windows color (decimal): -13225131 or 5583670. OLE color: 5583670.

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

Color convert

RGB 54 51 85 -
CMYK 0.36 0.40 0 0.67
HSL 245.29º 0.25% 0.27% -
HSV(B) 245.29º 0.4% 0.33% -
XYZ 4.34 3.81 9.1 -
YUV 55.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 54 51 85 0.36 0.40 0 0.67 245.29 0.25 0.27
Hex 36 33 55 24 28 0 43 F5 19 1B
Octal 66 63 125 44 50 0 103 365 31 33
Binary 110110 110011 1010101 100100 101000 0 1000011 11110101 11001 11011

Color Harmonies of #363355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363355

Black with #363355

Text Example


Text Example

White with #363355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363355; }

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

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

background-color css

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

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

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

border-color css

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

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

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