#362858

Color #362858 Cherry Pie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cherry Pie #362858

Tints of Cherry Pie #362858

Color information

#362858 (or 0x362858) is unknown color: approx Cherry Pie. HEX triplet: 36, 28 and 58. RGB value is (54,40,88). Sum of RGB (Red+Green+Blue) = 54+40+88=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #362858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362858 is #C9D7A7. Grayscale: #313131. Windows color (decimal): -13227944 or 5777462. OLE color: 5777462.

HSL color Cylindrical-coordinate representation of color #362858: hue angle of 257.5º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #362858 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB544088-
CMYK0.390.5500.65
HSL257.5º37.5%25.1%-
HSV(B)257.5º54.55%34.51%-
XYZ4.043.019.6-
YUV49.66149.64131.1-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.67%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 88 (34.77% from 255) = 48.35%
R=29.67%
G=21.98%
B=48.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5440880.390.5500.65257.537.525.1
Hex36285827370411022519
Octal6650130476701014024531
Binary11011010100010110001001111101110100000110000001010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362858; }

 p { color: rgb(54,40,88); }

 H1.HeaderClassName
 {
   color: #362858;
 }
 .AnyTagClassName
 {
   color: #362858;
 }
</style>
background-color css

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

 a { background-color: rgb(54,40,88); }

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

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

 span { border-color: rgb(54,40,88); }

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