#36155B

Color #36155B Christalle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christalle #36155B

Tints of Christalle #36155B

Color information

#36155B (or 0x36155B) is unknown color: approx Christalle. HEX triplet: 36, 15 and 5B. RGB value is (54,21,91). Sum of RGB (Red+Green+Blue) = 54+21+91=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 91 (35.94% from 255 or 54.82% from 166); Max value from RGB is 91 - color contains mainly: blue. Hex color #36155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36155B is #C9EAA4. Grayscale: #262626. Windows color (decimal): -13232805 or 5969206. OLE color: 5969206.

HSL color Cylindrical-coordinate representation of color #36155B: hue angle of 268.29º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36155B is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB542191-
CMYK0.410.7700.64
HSL268.29º62.5%21.96%-
HSV(B)268.29º76.92%35.69%-
XYZ3.682.0810.1-
YUV38.85157.43138.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.53%
GREEN value IS 21 (8.59% from 255) = 12.65%
BLUE value IS 91 (35.94% from 255) = 54.82%
R=32.53%
G=12.65%
B=54.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5421910.410.7700.64268.2962.521.96
Hex36155B294D04010c3e16
Octal66251335111501004147626
Binary11011010101101101110100110011010100000010000110011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36155B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36155B; }

 p { color: rgb(54,21,91); }

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

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

 a { background-color: rgb(54,21,91); }

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

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

 span { border-color: rgb(54,21,91); }

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