Html Css Color HEX #362552 Cherry Pie

📋 copy color: '#362552'

red 54 ◦ green 37 ◦ blue 82

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

Shades of Cherry Pie #362552

Tints of Cherry Pie #362552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 47.4%

R = 31.21%
G = 21.39%
B = 47.4%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#362552 (or 0x362552) is known color: Cherry Pie. HEX triplet: 36, 25 and 52. RGB value is (54,37,82). Sum of RGB (Red+Green+Blue) = 54+37+82=173 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.21% from 173); Green value is 37 (14.84% from 255 or 21.39% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 82 - color contains mainly: blue. Hex color #362552 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362552 is #C9DAAD. Grayscale: #2F2F2F. Windows color (decimal): -13228718 or 5383478. OLE color: 5383478.

HSL color Cylindrical-coordinate representation of color #362552: hue angle of 262.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #362552 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 37 82 -
CMYK 0.34 0.55 0 0.68
HSL 262.67º 0.38% 0.23% -
HSV(B) 262.67º 0.55% 0.32% -
XYZ 3.71 2.72 8.31 -
YUV 47.21 147.63 132.84 -
System Red Green Blue C M Y K H S L
Decimal 54 37 82 0.34 0.55 0 0.68 262.67 0.38 0.23
Hex 36 25 52 22 37 0 44 107 26 17
Octal 66 45 122 42 67 0 104 407 46 27
Binary 110110 100101 1010010 100010 110111 0 1000100 100000111 100110 10111

Color Harmonies of #362552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362552

Black with #362552

Text Example


Text Example

White with #362552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362552; }

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

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

background-color css

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

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

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

border-color css

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

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

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