Html Css Color HEX #362952 Cherry Pie

📋 copy color: '#362952'

red 54 ◦ green 41 ◦ blue 82

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

Shades of Cherry Pie #362952

Tints of Cherry Pie #362952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.16%

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

R = 30.51%
G = 23.16%
B = 46.33%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#362952 (or 0x362952) is known color: Cherry Pie. HEX triplet: 36, 29 and 52. RGB value is (54,41,82). Sum of RGB (Red+Green+Blue) = 54+41+82=177 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.51% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 82 (32.42% from 255 or 46.33% from 177); Max value from RGB is 82 - color contains mainly: blue. Hex color #362952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362952 is #C9D6AD. Grayscale: #313131. Windows color (decimal): -13227694 or 5384502. OLE color: 5384502.

HSL color Cylindrical-coordinate representation of color #362952: hue angle of 259.02º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #362952 is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 41 82 -
CMYK 0.34 0.50 0 0.68
HSL 259.02º 0.33% 0.24% -
HSV(B) 259.02º 0.5% 0.32% -
XYZ 3.84 2.98 8.36 -
YUV 49.56 146.31 131.17 -
System Red Green Blue C M Y K H S L
Decimal 54 41 82 0.34 0.50 0 0.68 259.02 0.33 0.24
Hex 36 29 52 22 32 0 44 103 21 18
Octal 66 51 122 42 62 0 104 403 41 30
Binary 110110 101001 1010010 100010 110010 0 1000100 100000011 100001 11000

Color Harmonies of #362952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362952

Black with #362952

Text Example


Text Example

White with #362952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362952; }

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

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

background-color css

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

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

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

border-color css

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

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

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