#361956

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

Shades of Christalle #361956

Tints of Christalle #361956

Color information

#361956 (or 0x361956) is unknown color: approx Christalle. HEX triplet: 36, 19 and 56. RGB value is (54,25,86). Sum of RGB (Red+Green+Blue) = 54+25+86=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 25 (10.16% from 255 or 15.15% from 165); Blue value is 86 (33.98% from 255 or 52.12% from 165); Max value from RGB is 86 - color contains mainly: blue. Hex color #361956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361956 is #C9E6A9. Grayscale: #282828. Windows color (decimal): -13231786 or 5642550. OLE color: 5642550.

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

Color convert

RGB542586-
CMYK0.370.7100.66
HSL268.52º54.95%21.76%-
HSV(B)268.52º70.93%33.73%-
XYZ3.552.159.03-
YUV40.62153.61137.54-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.73%
GREEN value IS 25 (10.16% from 255) = 15.15%
BLUE value IS 86 (33.98% from 255) = 52.12%
R=32.73%
G=15.15%
B=52.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5425860.370.7100.66268.5254.9521.76
Hex361956254704210d3716
Octal66311264510701024156726
Binary11011011001101011010010110001110100001010000110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361956; }

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

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

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

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

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

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

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

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