#361C55

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

Shades of Christalle #361C55

Tints of Christalle #361C55

Color information

#361C55 (or 0x361C55) is unknown color: approx Christalle. HEX triplet: 36, 1C and 55. RGB value is (54,28,85). Sum of RGB (Red+Green+Blue) = 54+28+85=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 85 (33.59% from 255 or 50.90% from 167); Max value from RGB is 85 - color contains mainly: blue. Hex color #361C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361C55 is #C9E3AA. Grayscale: #2A2A2A. Windows color (decimal): -13231019 or 5577782. OLE color: 5577782.

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

Color convert

RGB542885-
CMYK0.360.6700.67
HSL267.37º50.44%22.16%-
HSV(B)267.37º67.06%33.33%-
XYZ3.582.278.84-
YUV42.27152.11136.37-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.34%
GREEN value IS 28 (11.33% from 255) = 16.77%
BLUE value IS 85 (33.59% from 255) = 50.90%
R=32.34%
G=16.77%
B=50.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5428850.360.6700.67267.3750.4422.16
Hex361C55244304310b3216
Octal66341254410301034136226
Binary11011011100101010110010010000110100001110000101111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361C55; }

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

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

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

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

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

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

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

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