#361C56

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

Shades of Christalle #361C56

Tints of Christalle #361C56

Color information

#361C56 (or 0x361C56) is unknown color: approx Christalle. HEX triplet: 36, 1C and 56. RGB value is (54,28,86). Sum of RGB (Red+Green+Blue) = 54+28+86=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 28 (11.33% from 255 or 16.67% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #361C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361C56 is #C9E3A9. Grayscale: #2A2A2A. Windows color (decimal): -13231018 or 5643318. OLE color: 5643318.

HSL color Cylindrical-coordinate representation of color #361C56: hue angle of 266.9º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #361C56 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB542886-
CMYK0.370.6700.66
HSL266.9º50.88%22.35%-
HSV(B)266.9º67.44%33.73%-
XYZ3.622.299.05-
YUV42.39152.61136.28-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.14%
GREEN value IS 28 (11.33% from 255) = 16.67%
BLUE value IS 86 (33.98% from 255) = 51.19%
R=32.14%
G=16.67%
B=51.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5428860.370.6700.66266.950.8822.35
Hex361C56254304210b3316
Octal66341264510301024136326
Binary11011011100101011010010110000110100001010000101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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