#363058

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

Shades of Cherry Pie #363058

Tints of Cherry Pie #363058

Color information

#363058 (or 0x363058) is unknown color: approx Cherry Pie. HEX triplet: 36, 30 and 58. RGB value is (54,48,88). Sum of RGB (Red+Green+Blue) = 54+48+88=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #363058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363058 is #C9CFA7. Grayscale: #363636. Windows color (decimal): -13225896 or 5779510. OLE color: 5779510.

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

Color convert

RGB544888-
CMYK0.390.4500.65
HSL249º29.41%26.67%-
HSV(B)249º45.45%34.51%-
XYZ4.343.69.7-
YUV54.35146.99127.75-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 28.42%
GREEN value IS 48 (19.14% from 255) = 25.26%
BLUE value IS 88 (34.77% from 255) = 46.32%
R=28.42%
G=25.26%
B=46.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5448880.390.4500.6524929.4126.67
Hex363058272D041f91d1b
Octal6660130475501013713533
Binary110110110000101100010011110110101000001111110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #363058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #363058; }

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

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

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

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

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

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

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

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