Html Css Color HEX #362955 Cherry Pie

📋 copy color: '#362955'

red 54 ◦ green 41 ◦ blue 85

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

Shades of Cherry Pie #362955

Tints of Cherry Pie #362955

RGB

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

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

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

R = 30%
G = 22.78%
B = 47.22%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#362955 (or 0x362955) is known color: Cherry Pie. HEX triplet: 36, 29 and 55. RGB value is (54,41,85). Sum of RGB (Red+Green+Blue) = 54+41+85=180 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 85 (33.59% from 255 or 47.22% from 180); Max value from RGB is 85 - color contains mainly: blue. Hex color #362955 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362955 is #C9D6AA. Grayscale: #313131. Windows color (decimal): -13227691 or 5581110. OLE color: 5581110.

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

Color convert

RGB 54 41 85 -
CMYK 0.36 0.52 0 0.67
HSL 257.73º 0.35% 0.25% -
HSV(B) 257.73º 0.52% 0.33% -
XYZ 3.95 3.03 8.97 -
YUV 49.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 54 41 85 0.36 0.52 0 0.67 257.73 0.35 0.25
Hex 36 29 55 24 34 0 43 102 23 19
Octal 66 51 125 44 64 0 103 402 43 31
Binary 110110 101001 1010101 100100 110100 0 1000011 100000010 100011 11001

Color Harmonies of #362955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362955

Black with #362955

Text Example


Text Example

White with #362955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362955; }

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

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

background-color css

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

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

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

border-color css

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

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

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